< prev index next >

test/java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java

Print this page

        

*** 444,454 **** modifiersExStandardALT = Arrays.copyOf(tmp, tmp.length); } public static void main(String []s){ if (MouseInfo.getNumberOfButtons() < 4){ ! System.out.println("There are less then 4 buttons on the mouse. The test may not be accomplished. Skipping."); return; } initVars(); MouseModifiersUnitTest_Extra frame = new MouseModifiersUnitTest_Extra(); frame.initParams(s); --- 444,454 ---- modifiersExStandardALT = Arrays.copyOf(tmp, tmp.length); } public static void main(String []s){ if (MouseInfo.getNumberOfButtons() < 4){ ! System.out.println("There are less than 4 buttons on the mouse. The test may not be accomplished. Skipping."); return; } initVars(); MouseModifiersUnitTest_Extra frame = new MouseModifiersUnitTest_Extra(); frame.initParams(s);
< prev index next >