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
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