Problem with SWT - "Bring to front"
- From: lukasz.konkel@xxxxxxxxx
- Date: 26 Apr 2007 06:32:32 -0700
Hello
I have question, I generate buttons, using the code bolow
Button but = null;
but = new Button (this,SWT.PUSH);
but.setText("Test="+a);
but.setBounds(new Rectangle(0, 0, 16, 16));
but.setLocation(10, 10);
but.setSize(100, 20);
but when I move this element over another example label, this button
is under the label, how to "bring to front" this button.
Lukasz
.
- Prev by Date: Re: How to create expanding Tables (Web 2.0 Style) with Swing ?
- Next by Date: Re: Combinig 2 GUI's to compile and run at the same time.
- Previous by thread: network visualization/topology
- Next by thread: Adding custom cell renderer to JTable causes delete problems
- Index(es):