< prev index next >

src/share/classes/sun/tools/jconsole/VariableGridLayout.java

Print this page
rev 1501 : 7017818: NLS: JConsoleResources.java cannot be handled by translation team
Reviewed-by: mchung, mfang

*** 24,34 **** */ package sun.tools.jconsole; import java.awt.*; - import java.util.*; import javax.swing.*; @SuppressWarnings("serial") public class VariableGridLayout extends GridLayout { --- 24,33 ----
< prev index next >