Method isShowing()
Return type: boolean
Member of: java.awt.Component
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (plist.isShowing()) {
2 if (getComponent().isShowing() && needsRefresh){
3 if (! plist.isShowing()) {
4 if (!comp.isShowing())
5 if (isShowing())
6 if (_sourceScrollPane.isShowing()) {
7 if(isShowing())
8 if (isShowing()) {
9 if (isShowing())
10 if(!c.isShowing())
11 if (isShowing()) {
12 if (!_sourceScrollPane.isShowing()) {
13 if ((b == true) && isShowing()) {
14 if (!evt.getComponent().isShowing()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.