Re: Hiding a JTexfield from the GUI
jgricourt@xxxxxxx wrote:
Hi,
I'd like to hide a JTextField from the GUI so that the layout doesn't
"see it" anymore ? I tried, setVisible(false) but it leaves an empty
space on the layout as if the component was still there.
Is there an easy way to achieve this ?
JGG
Just remove it.
--
Knute Johnson
email s/knute/nospam/
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>
http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
.
Relevant Pages
- Re: GridBagLayout
... Is it possible to use at GridBagLayout with a fixed / predifined no. ... allow the components to expand to the available space in the layout. ... Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (comp.lang.java.programmer) - Re: Pathmon error
... I'm not sure it's all that clear anymore. ... a C function compiled and linked for CRE, that takes and int, ... Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (comp.sys.tandem) - Re: [JPanel child of JPanel]how to get a rectangle object with the dimensions of the JPanel object
... For the time being the layout of my mainJPanel is Absolute where I have positioned my childJPanel with xpos, ypos, height and width but I do not think that here it has no direct impact as the methods listed above shoud work for any layouts? ... public class test8 extends Frame { ... Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (comp.lang.java.help) - Re: Ebay, Paypal and UNconfirmed shipping addresses
... ebay has made a lot of money with me, but now, I feel like they said, Kim, ... Kim, go fuck yourself, we don't want you anymore. ... Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (alt.marketing.online.ebay) - Re: how to set (preferred) JSlider length?
... To set size of your component and still work with a layout manager: ... public void init() { ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (comp.lang.java.programmer) |
|