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