Searched refs:tmpLabel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java366 private static JLabel tmpLabel = new JLabel(); field in class:ConnectDialog
368 tmpLabel.setText(text);
369 return (int) tmpLabel.getPreferredSize().getWidth() + 1;

Completed in 951 milliseconds