posted 19 years ago
Hi everyone,
I need some help to fine tune my gui.I have a panel wherein in the user enters some parameters to make a tcp/ip connection.Once the user clicks the "connect" button,I want all the components in the panel to be disabled.In the panel I have 5 textboxes and 3 comboboxes.The text boxes, i have used
text.setEnable(false);
in the listener for "connect".But the comboboxes can still be clicked even when the connection is made.How can i prevent the user from changing any of the parameters after they are set and the connection is made?
On the same lines, I have 2 radiobuttons and a checkbox.I want the insides of these(the circle and the box)to be transparent.By default it has the color of the panel.Can someone give me an idea on this.
Thanks in advance,
Thejaswini.