This program simulates a forest over time as it grows seen from above. When a tree reaches it's maximum age it is suposed to die. That means first setting the colour of the tree to the same as the ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11937978.html
Zones:
JavaDate Answered: 02/23/2001 Grade: A Views: 4
Newbie here, bear with me...
I am trying to draw different 'objects' onto a JFrame. Each object has it's own class and paints itself to the JFrame. I keep arrays of the different objects and use...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20079512.html
Hi,
I am Jay, I was wondering if you could help me with this little application that I am developing using swing. Let me give you a little info on what the application is suppose to do and th...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20109378.html
Zones:
JavaDate Answered: 06/11/2001 Grade: C Views: 0
I have a JFrame which I call MainDesktop and to which I add a desktopPane for holding JInternalFrames.
desktop = new JDesktopPane();
msgLabel = new JLabel(" ", JLabel.LEFT);
container = th...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20275040.html
Zones:
JavaDate Answered: 03/12/2002 Grade: A Views: 0
In my application I want to start another JFrame.
The first may not be visible as you can see the second.
If the second is ready it must disappear en show the first one again.
setVisible(fals...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20410478.html
I need to get the Width and height of a J frame and pass those 2 integers to a method. I have attempted this with myFrame.getHeight() but when I try to print the value all I get is a 0. Can anyon...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20548583.html
Zones:
JavaDate Answered: 03/12/2003 Grade: A Views: 0
I have a Jframe which has some JButtons, geometrical Ellipses, etc.
I am using a componentListener to catch the resize event and then scaling the individual
components as follows :
double w1...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20567263.html
Zones:
JavaDate Answered: 11/19/2003 Grade: A Views: 0
How to play audio in JFrame?? eg. hello.wav
I only know how to play audio in JApplet, i want to know can audio play in JFrame please?
http://www.experts-exchange.com/Programming/Languages/Java/Q_20616927.html
Zones:
JavaDate Answered: 05/16/2003 Grade: A Views: 0
Hello;
I have a problem about playing a music in my java application w/c is in a JFrame, can anyone help me play and add some more functionality on my application, thanks and Good luck guys !.
http://www.experts-exchange.com/Programming/Languages/Java/Q_20641397.html
Zones:
JavaDate Answered: 06/09/2003 Grade: A Views: 0
I have a JFrame
I need to enable CTRL+C in it.
If I add a menuBar and in it I have a MenuItem with such action - all is working fine. The trouble is - I should not have the MenuItem... And I h...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20891125.html
Zones:
JavaDate Answered: 02/19/2004 Grade: A Views: 0