Forum: Java Aug 30th, 2009 |
| Replies: 1 Views: 215 public void commandAction(Command command, Displayable displayable) {
if(command==exit)
{
destroyApp(true);
notifyDestroyed();
}
else... |
Forum: Java Aug 29th, 2009 |
| Replies: 1 Views: 175 Hello,
Study on File , ByteArrayInputStream, ByteArrayOutputStream, DataInputStream and DataOutputStream classes of java.io package. This is all you have to do. If you do a smart search, You will... |
Forum: Java Jan 9th, 2009 |
| Replies: 4 Views: 2,117 Hello,
I dont think it possible to make Transparent JFrame (according to my knowledge). You can use java.awt.Window class instead of JFrame.
Or you can use this trick to make it work like... |
Forum: Java Dec 13th, 2008 |
| Replies: 8 Views: 734 Hie again,
It works! Thanks :D
Yea sure, I will surely post it on SourceForge
Thanks again! |