Search:

Type: Posts; User: tabutcher

Search: Search took 0.07 seconds.

  1. Thread: JButton help

    by tabutcher
    Replies
    4
    Views
    4,739

    Re: JButton help

    thanks you helloworld922
  2. Thread: JButton help

    by tabutcher
    Replies
    4
    Views
    4,739

    Re: JButton help

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.applet.*;

    public class JButtonTest extends JApplet implements ActionListener
    {
    JButton btn1, btn2, btn3;...
  3. Thread: JButton help

    by tabutcher
    Replies
    4
    Views
    4,739

    JButton help

    hi,
    I've run into a problem with JButtons. When the applet runs the buttons are not visible until there is a mouse-over, if you resize the window the buttons disappear again until you put the mouse...
Results 1 to 3 of 3