User Profile
Collapse
-
After compiling i written this in dos prompt- java AppletTest... -
Applet
I have written a programme based on Applet and it Sucessfully compiled but it gives a run time error
(Exception in thread "main" java.lang.noSuc hMethodError:ma in)
My code is:
import java.awt.*;
import java.applet.*;
class AppletTest
{
public void init()
{}
public void stop()
{}
public void paint(Graphics g)
{
g.drawString("H ello... -
exe file
hi,i want to know how we can make an exe file in java.pls show me an example. -
jmenuBar
how can i open a save window from menuBar.Already i have created MenuBar
and MenuItems,now i want that when i click on the save MenuItem it will open a save window.it will be very convenient for me if i will get a sample code. -
JmenuBar
Hello Ronit here,my question is- How can i open a save window after clicking on a jmenuitem like-open by using jmenubar,it will be very convenient for me if i will get a small programme as example.
Thank you
No activity results to display
Show More
Leave a comment: