Re: GridBagLayout

2000-10-11 Thread Mark Ogden
Now I'm not entirely sure but what you have to call repaint()? Just a guess... -- Save the whales. Collect the whole set. [EMAIL PROTECTED]http://homepage.ntlworld.com/pogden -- To UNSUBSCRIBE, email to [EMAIL PROTECT

GridBagLayout

2000-10-11 Thread Nicolas Raitman
class hpm extends Applet implements ActionListener { public TextField valorb, valorm, resultado; public Label label1; public Button botonok; GridBagLayout gridbag; GridBagConstraints constraints; public void actionPerformed(ActionEvent e) { if(e.getSource() == botonok) { /*this is the