Advertisement
Nickname
dj
Registered since:
March 22, 2002
Short bio:
 
Home page:
 
Total posts:
7

Forum posts by Mary:

1 page [ 1 ]
Posted in Java Answers Forum, Mar 26, 2002, 9:57 PM
can you change integers to strings. I know you can change strings to integers and you can change a double to string. Please help.....
Posted in Java Answers Forum, Mar 26, 2002, 6:23 PM
how do you set the text of a String array????
Posted in Java Answers Forum, Mar 23, 2002, 11:00 AM
I have tried to remove panels using the remove method in the Action performed event. I have used the repaint() method, revalidate() method and frame.pack() method. Nothing seems to be working.public void actionPerformed(ActionEvent evt){ if (evt.getSource()== hardwareBtn) { controlArea.remove(lampPanel, kettlePanel, ovenPanel, microwavePanel);...
Posted in Java Answers Forum, Mar 22, 2002, 9:28 PM
did i ever tell you, you are my hero.....
Posted in Java Answers Forum, Mar 22, 2002, 9:26 PM
Did i ever tell you , you are my hero.......
Posted in Java Answers Forum, Mar 22, 2002, 7:47 PM
does any one know if you can remove a panel from a panel using the remove method or anything at all please help!!
Posted in Java Answers Forum, Mar 22, 2002, 4:35 PM
we have created a login screen, and we only want to give access to 1 person called"tange".this code isn't working, whats wrong??If(e.getSource()==loginBtn){ String s = nameTxt.getText(); if( s - "tange"){ JOptionPane.showMessageDialog(null, "Welcome" +nameTxt.getText()); }
1 page [ 1 ]
Advertisement