[Java-gnome-developer] Dialog problems
Brought to you by:
afcowie
From: Tiago C. <cog...@li...> - 2003-08-04 17:17:29
|
Hi again, I am using dialog but when i construct one: Dialog d = new Dialog("title", someowner, DialogFlags.MODAL, new String[]{"OK"}); d.showAll(); // or d.run(); It shows a big dialog with lots of buttons, with random chars in them (usually none), these buttons are located in the lower HBox and make the window so big it doesn't fit on the screen, do you know what am i doing wrong? I tried instead of passing new String[]{"OK"} passing new String[0] and then adding a button but no luck either. Thank you, Tiago Cogumbreiro |