import static javax.swing.JScrollPane.*; public class JLS_7_5_3_StaticImport_2 { public static void main(String args[]) { System.out.println(VERTICAL_SCROLLBAR_ALWAYS); } }