Search:

Type: Posts; User: 662vipin

Search: Search took 0.10 seconds.

  1. Thread: gui

    by 662vipin
    Replies
    3
    Views
    1,085

    [SOLVED] Re: gui no my problem is what is wrong with this code

    [QUOTE=662vipin;126607]import javax.swing.*;
    import java.awt.event.*;
    public class Simplegui implements ActionListener
    {
    public static void main(String args[])
    {
    Simplegui gui=new Simplegui();...
  2. Thread: gui

    by 662vipin
    Replies
    3
    Views
    1,085

    [SOLVED] gui

    import javax.swing.*;
    import java.awt.event.*;
    public class Simplegui implements ActionListener
    {
    public static void main(String args[])
    {
    Simplegui gui=new Simplegui();
    gui.go();
    }
    public...
Results 1 to 2 of 2