CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: SynapsisC

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    4,416

    Re: Problem with JTextField [Beginner]

    thank u man, problem solved :D...i appreciate your help :D
  2. Replies
    5
    Views
    4,416

    Re: Problem with JTextField [Beginner]

    Here is the full list of code:



    import java.awt.Event;
    import java.awt.EventQueue;
    import java.awt.Window;

    import javax.swing.JFrame;
    import java.awt.GridLayout;
  3. Replies
    5
    Views
    4,416

    Problem with JTextField [Beginner]

    Hello people,

    i'm making virtual keyboard and i stucked at smth silly but dunno how to solve it


    JButton btnC = new JButton("C");
    btnC.addActionListener(new ActionListener() {
    public...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured