User Profile

Collapse

Profile Sidebar

Collapse
dipikaronit
dipikaronit
Last Activity: Jul 12 '08, 07:10 AM
Joined: Mar 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dipikaronit
    replied to Applet
    in Java
    After compiling i written this in dos prompt- java AppletTest...
    See more | Go to post

    Leave a comment:


  • dipikaronit
    started a topic Applet
    in Java

    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...
    See more | Go to post

  • dipikaronit
    started a topic exe file
    in Java

    exe file

    hi,i want to know how we can make an exe file in java.pls show me an example.
    See more | Go to post

  • dipikaronit
    started a topic jmenuBar
    in Java

    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.
    See more | Go to post

  • dipikaronit
    started a topic JmenuBar
    in Java

    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
    See more | Go to post
No activity results to display
Show More
Working...