Forum: Java Jun 7th, 2008 |
| Replies: 0 Views: 1,774 I implemented an applet using netbeans which can load an image.I put the image file both in src/package where the .java file is present and in build where .class file is present.. The Applet get... |
Forum: Java Jun 6th, 2008 |
| Replies: 0 Views: 462 I'm implementing a java code for drawing lines using applets in netbeans using javaapplication 11 package.the java code is in src folder and .class and html files are in build folder at their... |
Forum: Java Jun 6th, 2008 |
| Replies: 9 Views: 2,165 it's working fine on browser too..... thanx for your support |
Forum: Java Jun 6th, 2008 |
| Replies: 9 Views: 2,165 @Alex-- Thanx dude.gif images are also working fine but these are not displaying in my browser.I'm able to view them using appletviewer..While other sample Applet programs having images embedded with... |
Forum: Java Jun 6th, 2008 |
| Replies: 9 Views: 2,165 I got the java console and it is not giving any type of printStackTrace..please figure out the problem. |
Forum: Java Jun 6th, 2008 |
| Replies: 9 Views: 2,165 I applied both the "e.printStackTrace" and prepareImage things but still get the same result as the previous one...... please do some help regarding this.....
@masijade------ the applet gets... |
Forum: Java Jun 6th, 2008 |
| Replies: 9 Views: 2,165 I'm trying to load an image in an Applet.The code goes fine and the Applet Window starts but it just gives a blank window instead of showing the image.I put the html file,.class file and the image... |
Forum: Java Jun 4th, 2008 |
| Replies: 6 Views: 657 @JavaAddict-- I have tried to display the Applet in html file.....it works fine... now i will trying to do this one in steps....Thanx for your suggestions..... |
Forum: Java Jun 4th, 2008 |
| Replies: 6 Views: 657 @Ezzaral--- Thanx for your suggestions dude.But I think we are here for not these type of stuffs.... If you can help then you are welcome otherwise please not post these type of stupid threads... |
Forum: Java Jun 4th, 2008 |
| Replies: 6 Views: 657 Plzz solve my problem.........
@JavaAddict-- look through it,plzzzzz |
Forum: Java Jun 3rd, 2008 |
| Replies: 6 Views: 657 I'm trying to make a PhotoAlbum using JApplets.I write a Java code for it and then compile to make a .class file and then made a html file in the same directory which have .class file.But while... |
Forum: Java Jun 3rd, 2008 |
| Replies: 4 Views: 837 thanx a lot man!! u rock!!! |
Forum: Java Jun 3rd, 2008 |
| Replies: 4 Views: 837 thanx a lot....
I got why it is giving Null Point Exception but couldn't get the way to get overrid of it as I'm a newbie to java.Plzzzzz can u figure out the way so that the problem can be... |
Forum: Java Jun 3rd, 2008 |
| Replies: 4 Views: 837 I'm implementing a Timer for different cities using GregorianCalendar class of java.I got a Null Pointer Exception in the following code in ---- target.timeElapsed(this) line.After a lot of... |