Closed GoogleCodeExporter closed 9 years ago
Today I make so..
new HudWindow("Tools") {
{
// remove Close button hack
((Container)getContentPane().getParent().getComponent(0)).remove(0);
}
};
Original comment by dyorgio
on 16 Jun 2009 at 12:35
after this to center title:
// set new layout to titlebar
((Container)getContentPane().getParent().getComponent(0)).setLayout(new
BorderLayout());
// add component again into titlebar
((Container)getContentPane().getParent().getComponent(0)).add(
((JLabel)((Container)getContentPane().getParent().getComponent(0)).getComponent(0)));
Original comment by dyorgio
on 16 Jun 2009 at 12:52
Original comment by kenneth....@gmail.com
on 18 Jun 2009 at 11:43
Added a hideCloseButton to HudWindow. This will be available in 0.9.5 or -- or
your can get it now from
Subversion.
Original comment by kenneth....@gmail.com
on 18 Jun 2009 at 11:53
thanks, I get this now :)
this version center title?
Original comment by dyorgio
on 19 Jun 2009 at 12:02
Just fixed the centering issue (update again for the fix).
Original comment by kenneth....@gmail.com
on 19 Jun 2009 at 12:12
you has a "nighty builder" process?
Original comment by dyorgio
on 19 Jun 2009 at 12:27
No -- you can pull the code from Subversion, or I can email you a jar file.
Original comment by kenneth....@gmail.com
on 19 Jun 2009 at 12:32
please: dyorgio@gmail.com
Original comment by dyorgio
on 19 Jun 2009 at 12:45
Original comment by kenneth....@gmail.com
on 19 Jun 2009 at 11:58
Original issue reported on code.google.com by
dyorgio
on 16 Jun 2009 at 12:07