View Single Post
  #3 (permalink)  
Old 04-14-2008, 05:08 PM
spratana spratana is offline
Member
 
Join Date: Apr 2008
Posts: 5
spratana is on a distinguished road
Plot 2D from RS-232
Well, those recommends is a junk program I found in internet they need someone to pay for download the stuff for graph, but not what I really want for my implementation.

Right now I have trouble with compilation of the Applet..
How to add main argument to complie the applet

if

I have

my class extends JApplet {
...}

public static void main[](...)
{ //should I do
JApplet.SetLookandFeel...???

}
Thanks, I'm not an expert in this field.

but my applet and JFrame is not working and it compile perfectly from the example I had but I can't see the result.

Pratana S.
Reply With Quote