Question on JPanel
From: Soundar (kodavasal_at_hotmail.com)
Date: 01/30/05
- Next message: akizub_at_yahoo.com: "Re: Is perl better? :((("
- Previous message: akizub_at_yahoo.com: "Re: Is perl better? :((("
- Next in thread: Ann: "Re: Question on JPanel"
- Reply: Ann: "Re: Question on JPanel"
- Reply: elmar.schraml_at_gmail.com: "Re: Question on JPanel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jan 2005 14:49:24 -0800
If I set a JPanel to not enabled
pane.setEnabled(false);
I am still able to select the components that are the panel's children.
Coming from a VB background, I find this strange. If you disable a
panel, all its children should be automatically disabled. Am I doing
something
wrong? Do I have to disable each child one by one?
-----------
I am reposting this question since I did not get a response to a
previous post of the same question...probably no one read it :-)
- Next message: akizub_at_yahoo.com: "Re: Is perl better? :((("
- Previous message: akizub_at_yahoo.com: "Re: Is perl better? :((("
- Next in thread: Ann: "Re: Question on JPanel"
- Reply: Ann: "Re: Question on JPanel"
- Reply: elmar.schraml_at_gmail.com: "Re: Question on JPanel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|