Re: could i pls get sum hlp w/this???
llloyd wood wrote:
/**
* @(#)MyClock.java
...OK
What help do you require?
- There are deprecated methods used.
- As Knute mentioned, the app. will need a frame
(java.awt.Frame, or more likely a javax.swing.JFrame),
window, dialog or JOptionPane to act as a 'root'
component in which to display it.
- The class extends JPanel, but that makes little
sense when the 'seeClock()' method declares and
instantiates a second JPanel. I suggest you delete
the second panel and the call to setVisible(true), change
the name of the method to 'constructClock()', add a
constructor that calls 'constructClock()', then add an
instance of MyClock to the root component as
mentioned above.
For more specific help, I would need more specific
questions.
BTW - did you work through the tutorial that somebody
linked to (might have been Knute, but I cannot quite
recall).
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-setup/200704/1