Language
Any
Platform
Any
License
Any
Within my GUI I have a refresh button. After the button is clicked, I would like for the info within the created .txt file to be inserted into the text box called "NameTextCustomers". Right now...
Try to use method sleep() for thread.... It can sleep until you press a button...
Something like this
while (some button is not pressed)
{
Thread.currentThread().sleep(1000);//sleep for 1000 ms...
Hello, post here your code ... so it's easier to tell what's wrong with it..
Hey,
You write a compareTo() method in the planet class. That method has an argument of a planet object. That method will compare the variable this.radius with the method argument's radius and...
Hey,
Only partial code is here so definitive answer is questionable. However it appears that what is "missing" are MonsterBlocks class variables, ie. symbols, row and int.
Hope this helps,
se52
Hey,
Reason for error on class declaration line: if a class implements an interface, ActionListener, then it must implement its abstract classes, ie. actionPerformed.
Add the following method after...
Hi everybody,
I'm quite the newbie to Java and this is my first post on this forum.
The question i have is actually for a homework project (a kind of PacMan game).
the code creates a button array...
I am new to java and need help with CompareTo. I've created a class of object called planet, each planet has 4 variables: Distance from sun, radius, mass, and number of moons.
How do I make it so...
Is it possible to hover an image over an i-frame?
I have an pulled an order form iframe from another server but wish to cover the originators Logo and name at top of the iframe with an image
of...
i have made a project with swing as a front end and sql server 2005 as backend ............i have put username as sa AND password as div for sql server login..........i need to setup this project on...
I use this way:
package ptCCV;
public class cmain
{
public static void main(String[] args)
{
b ob=new b();
}
}
Maybe I did not understand what you need? Let me know if you have...
It says "non-static variable op cannot be referenced from a static context".
op is the name of the variable i used. In ur example it is s.
hi all
I'm trying to make a tangram but I failed to make the rotation of the figures, I have accomplished is to make the translation of the figures and so far I've tried but have not succeeded...
For example this way:
a.java
package ptCCV;
public class a
{
public String s="abcd";
}
b.java
package ptCCV;
public class b
{
public b()
{
a oa=new a();
System.out...
hi..
I want to pause the execution of a thread and then resume it back.. basically i am developing a media player in java. when the audio plays simultaenously a text file content wil be displyed...
I want to make a meta search program using java. Take results from google,yahoo and bing and display it in a new page. This is a university project.
My problem is i don't know how to connect to...
Hi
Can anyone point me the right direction as to how write a program that contacts and sends a SMS to the ANDROID phone?
Program Requirements:
1.When the SMS sending function is selected in...