|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FoggedGlasspane | |
|---|---|
| org.tbee.swing.glasspane | |
| Uses of FoggedGlasspane in org.tbee.swing.glasspane |
|---|
| Methods in org.tbee.swing.glasspane that return FoggedGlasspane | |
|---|---|
static FoggedGlasspane |
FoggedGlasspane.takeover(Container container)
insert a fogged glasspanel as the only full sized child of a panel use the returned FoggedGlasspane as the content pane to add the children that normally would have gone onto the jpanel directly Instead of: this.add(...); Usage: FoggedGlasspane lFoggedGlasspane = FoggedGlasspane.takeover(this); JComponent lContentPane = iFoggedGlasspane.getWrappedComponent(); lContentPane.add(...); |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||