C
cyril
Hi,
Here is my problem : I make a accessory for a JFileChooser which need
to close the JFileChooser after a button click.
But I can't success in it, I try to make a hide() (inside my
accessory) but the application locks, (I can still close my
JFileChooser by Alt+F4);
the same result is obtained by doing chooser.getRootPane().hide()
I try to simply do a chooser.setVisible(false) (inside my accessory),
the "body" of the JFileChooser become empty !
Please help me !!!
Thanks
Here is my problem : I make a accessory for a JFileChooser which need
to close the JFileChooser after a button click.
But I can't success in it, I try to make a hide() (inside my
accessory) but the application locks, (I can still close my
JFileChooser by Alt+F4);
the same result is obtained by doing chooser.getRootPane().hide()
I try to simply do a chooser.setVisible(false) (inside my accessory),
the "body" of the JFileChooser become empty !
Please help me !!!
Thanks