@@ -976,8 +976,6 @@ protected void installListeners(Component c, int eventID) {
976
976
}
977
977
} catch (NoSuchMethodException e ) {
978
978
// System.out.println("Exception: " + e.toString());
979
- } catch (SecurityException e ) {
980
- System .out .println ("Exception: " + e .toString ());
981
979
}
982
980
break ;
983
981
@@ -1001,8 +999,6 @@ protected void installListeners(Component c, int eventID) {
1001
999
}
1002
1000
} catch (NoSuchMethodException e ) {
1003
1001
// System.out.println("Exception: " + e.toString());
1004
- } catch (SecurityException e ) {
1005
- System .out .println ("Exception: " + e .toString ());
1006
1002
}
1007
1003
1008
1004
// Look for components which support CellEditor listeners
@@ -1023,8 +1019,6 @@ protected void installListeners(Component c, int eventID) {
1023
1019
}
1024
1020
} catch (NoSuchMethodException e ) {
1025
1021
// System.out.println("Exception: " + e.toString());
1026
- } catch (SecurityException e ) {
1027
- System .out .println ("Exception: " + e .toString ());
1028
1022
}
1029
1023
break ;
1030
1024
@@ -1050,8 +1044,6 @@ protected void installListeners(Component c, int eventID) {
1050
1044
}
1051
1045
} catch (NoSuchMethodException e ) {
1052
1046
// System.out.println("Exception: " + e.toString());
1053
- } catch (SecurityException e ) {
1054
- System .out .println ("Exception: " + e .toString ());
1055
1047
}
1056
1048
1057
1049
// Look for components which support the getModel method
@@ -1078,10 +1070,7 @@ protected void installListeners(Component c, int eventID) {
1078
1070
}
1079
1071
} catch (NoSuchMethodException e ) {
1080
1072
// System.out.println("Exception: " + e.toString());
1081
- } catch (SecurityException e ) {
1082
- System .out .println ("Exception: " + e .toString ());
1083
1073
}
1084
-
1085
1074
break ;
1086
1075
1087
1076
case EventID .COLUMNMODEL :
@@ -1101,8 +1090,6 @@ protected void installListeners(Component c, int eventID) {
1101
1090
}
1102
1091
} catch (NoSuchMethodException e ) {
1103
1092
// System.out.println("Exception: " + e.toString());
1104
- } catch (SecurityException e ) {
1105
- System .out .println ("Exception: " + e .toString ());
1106
1093
}
1107
1094
break ;
1108
1095
@@ -1126,8 +1113,6 @@ protected void installListeners(Component c, int eventID) {
1126
1113
}
1127
1114
} catch (NoSuchMethodException e ) {
1128
1115
// System.out.println("Exception: " + e.toString());
1129
- } catch (SecurityException e ) {
1130
- System .out .println ("Exception: " + e .toString ());
1131
1116
}
1132
1117
1133
1118
// Look for components which support Document listeners
@@ -1148,8 +1133,6 @@ protected void installListeners(Component c, int eventID) {
1148
1133
}
1149
1134
} catch (NoSuchMethodException e ) {
1150
1135
// System.out.println("Exception: " + e.toString());
1151
- } catch (SecurityException e ) {
1152
- System .out .println ("Exception: " + e .toString ());
1153
1136
}
1154
1137
// Add the monitor as a PropertyChangeListener for document
1155
1138
// change events from text components.
@@ -1174,8 +1157,6 @@ protected void installListeners(Component c, int eventID) {
1174
1157
}
1175
1158
} catch (NoSuchMethodException e ) {
1176
1159
// System.out.println("Exception: " + e.toString());
1177
- } catch (SecurityException e ) {
1178
- System .out .println ("Exception: " + e .toString ());
1179
1160
}
1180
1161
}
1181
1162
break ;
@@ -1210,8 +1191,6 @@ protected void installListeners(Component c, int eventID) {
1210
1191
}
1211
1192
} catch (NoSuchMethodException e ) {
1212
1193
// System.out.println("Exception: " + e.toString());
1213
- } catch (SecurityException e ) {
1214
- System .out .println ("Exception: " + e .toString ());
1215
1194
}
1216
1195
break ;
1217
1196
@@ -1234,8 +1213,6 @@ protected void installListeners(Component c, int eventID) {
1234
1213
}
1235
1214
} catch (NoSuchMethodException e ) {
1236
1215
// System.out.println("Exception: " + e.toString());
1237
- } catch (SecurityException e ) {
1238
- System .out .println ("Exception: " + e .toString ());
1239
1216
}
1240
1217
1241
1218
// Look for selection models which support ListSelectionListeners
@@ -1257,8 +1234,6 @@ protected void installListeners(Component c, int eventID) {
1257
1234
}
1258
1235
} catch (NoSuchMethodException e ) {
1259
1236
// System.out.println("Exception: " + e.toString());
1260
- } catch (SecurityException e ) {
1261
- System .out .println ("Exception: " + e .toString ());
1262
1237
}
1263
1238
break ;
1264
1239
@@ -1278,8 +1253,6 @@ protected void installListeners(Component c, int eventID) {
1278
1253
}
1279
1254
} catch (NoSuchMethodException e ) {
1280
1255
// System.out.println("Exception: " + e.toString());
1281
- } catch (SecurityException e ) {
1282
- System .out .println ("Exception: " + e .toString ());
1283
1256
}
1284
1257
break ;
1285
1258
@@ -1302,8 +1275,6 @@ protected void installListeners(Component c, int eventID) {
1302
1275
}
1303
1276
} catch (NoSuchMethodException e ) {
1304
1277
// System.out.println("Exception: " + e.toString());
1305
- } catch (SecurityException e ) {
1306
- System .out .println ("Exception: " + e .toString ());
1307
1278
}
1308
1279
1309
1280
// Look for components which support getPopupMenu
@@ -1329,8 +1300,6 @@ protected void installListeners(Component c, int eventID) {
1329
1300
}
1330
1301
} catch (NoSuchMethodException e ) {
1331
1302
// System.out.println("Exception: " + e.toString());
1332
- } catch (SecurityException e ) {
1333
- System .out .println ("Exception: " + e .toString ());
1334
1303
}
1335
1304
break ;
1336
1305
@@ -1350,8 +1319,6 @@ protected void installListeners(Component c, int eventID) {
1350
1319
}
1351
1320
} catch (NoSuchMethodException e ) {
1352
1321
// System.out.println("Exception: " + e.toString());
1353
- } catch (SecurityException e ) {
1354
- System .out .println ("Exception: " + e .toString ());
1355
1322
}
1356
1323
break ;
1357
1324
@@ -1371,8 +1338,6 @@ protected void installListeners(Component c, int eventID) {
1371
1338
}
1372
1339
} catch (NoSuchMethodException e ) {
1373
1340
// System.out.println("Exception: " + e.toString());
1374
- } catch (SecurityException e ) {
1375
- System .out .println ("Exception: " + e .toString ());
1376
1341
}
1377
1342
break ;
1378
1343
@@ -1396,8 +1361,6 @@ protected void installListeners(Component c, int eventID) {
1396
1361
}
1397
1362
} catch (NoSuchMethodException e ) {
1398
1363
// System.out.println("Exception: " + e.toString());
1399
- } catch (SecurityException e ) {
1400
- System .out .println ("Exception: " + e .toString ());
1401
1364
}
1402
1365
1403
1366
// Look for components which support UndoableEdit listeners
@@ -1418,8 +1381,6 @@ protected void installListeners(Component c, int eventID) {
1418
1381
}
1419
1382
} catch (NoSuchMethodException e ) {
1420
1383
// System.out.println("Exception: " + e.toString());
1421
- } catch (SecurityException e ) {
1422
- System .out .println ("Exception: " + e .toString ());
1423
1384
}
1424
1385
break ;
1425
1386
@@ -1442,8 +1403,6 @@ protected void installListeners(Component c, int eventID) {
1442
1403
}
1443
1404
} catch (NoSuchMethodException e ) {
1444
1405
// System.out.println("Exception: " + e.toString());
1445
- } catch (SecurityException e ) {
1446
- System .out .println ("Exception: " + e .toString ());
1447
1406
}
1448
1407
break ;
1449
1408
@@ -1466,8 +1425,6 @@ protected void installListeners(Component c, int eventID) {
1466
1425
}
1467
1426
} catch (NoSuchMethodException e ) {
1468
1427
// System.out.println("Exception: " + e.toString());
1469
- } catch (SecurityException e ) {
1470
- System .out .println ("Exception: " + e .toString ());
1471
1428
}
1472
1429
1473
1430
// Look for components which support the getSelectionModel method
@@ -1489,8 +1446,6 @@ protected void installListeners(Component c, int eventID) {
1489
1446
}
1490
1447
} catch (NoSuchMethodException e ) {
1491
1448
// System.out.println("Exception: " + e.toString());
1492
- } catch (SecurityException e ) {
1493
- System .out .println ("Exception: " + e .toString ());
1494
1449
}
1495
1450
break ;
1496
1451
@@ -1622,8 +1577,6 @@ protected void removeListeners(Component c, int eventID) {
1622
1577
}
1623
1578
} catch (NoSuchMethodException e ) {
1624
1579
// System.out.println("Exception: " + e.toString());
1625
- } catch (SecurityException e ) {
1626
- System .out .println ("Exception: " + e .toString ());
1627
1580
}
1628
1581
break ;
1629
1582
@@ -1646,8 +1599,6 @@ protected void removeListeners(Component c, int eventID) {
1646
1599
}
1647
1600
} catch (NoSuchMethodException e ) {
1648
1601
// System.out.println("Exception: " + e.toString());
1649
- } catch (SecurityException e ) {
1650
- System .out .println ("Exception: " + e .toString ());
1651
1602
}
1652
1603
1653
1604
// Look for components which support CellEditor listeners
@@ -1665,8 +1616,6 @@ protected void removeListeners(Component c, int eventID) {
1665
1616
}
1666
1617
} catch (NoSuchMethodException e ) {
1667
1618
// System.out.println("Exception: " + e.toString());
1668
- } catch (SecurityException e ) {
1669
- System .out .println ("Exception: " + e .toString ());
1670
1619
}
1671
1620
break ;
1672
1621
@@ -1689,8 +1638,6 @@ protected void removeListeners(Component c, int eventID) {
1689
1638
}
1690
1639
} catch (NoSuchMethodException e ) {
1691
1640
// System.out.println("Exception: " + e.toString());
1692
- } catch (SecurityException e ) {
1693
- System .out .println ("Exception: " + e .toString ());
1694
1641
}
1695
1642
1696
1643
// Look for components which support the getModel method
@@ -1714,8 +1661,6 @@ protected void removeListeners(Component c, int eventID) {
1714
1661
}
1715
1662
} catch (NoSuchMethodException e ) {
1716
1663
// System.out.println("Exception: " + e.toString());
1717
- } catch (SecurityException e ) {
1718
- System .out .println ("Exception: " + e .toString ());
1719
1664
}
1720
1665
break ;
1721
1666
@@ -1735,8 +1680,6 @@ protected void removeListeners(Component c, int eventID) {
1735
1680
}
1736
1681
} catch (NoSuchMethodException e ) {
1737
1682
// System.out.println("Exception: " + e.toString());
1738
- } catch (SecurityException e ) {
1739
- System .out .println ("Exception: " + e .toString ());
1740
1683
}
1741
1684
break ;
1742
1685
@@ -1759,8 +1702,6 @@ protected void removeListeners(Component c, int eventID) {
1759
1702
}
1760
1703
} catch (NoSuchMethodException e ) {
1761
1704
// System.out.println("Exception: " + e.toString());
1762
- } catch (SecurityException e ) {
1763
- System .out .println ("Exception: " + e .toString ());
1764
1705
}
1765
1706
1766
1707
// Look for components which support Document listeners
@@ -1778,8 +1719,6 @@ protected void removeListeners(Component c, int eventID) {
1778
1719
}
1779
1720
} catch (NoSuchMethodException e ) {
1780
1721
// System.out.println("Exception: " + e.toString());
1781
- } catch (SecurityException e ) {
1782
- System .out .println ("Exception: " + e .toString ());
1783
1722
}
1784
1723
break ;
1785
1724
@@ -1810,8 +1749,6 @@ protected void removeListeners(Component c, int eventID) {
1810
1749
}
1811
1750
} catch (NoSuchMethodException e ) {
1812
1751
// System.out.println("Exception: " + e.toString());
1813
- } catch (SecurityException e ) {
1814
- System .out .println ("Exception: " + e .toString ());
1815
1752
}
1816
1753
break ;
1817
1754
@@ -1831,8 +1768,6 @@ protected void removeListeners(Component c, int eventID) {
1831
1768
}
1832
1769
} catch (NoSuchMethodException e ) {
1833
1770
// System.out.println("Exception: " + e.toString());
1834
- } catch (SecurityException e ) {
1835
- System .out .println ("Exception: " + e .toString ());
1836
1771
}
1837
1772
1838
1773
// Look for selection models which support
@@ -1853,8 +1788,6 @@ protected void removeListeners(Component c, int eventID) {
1853
1788
}
1854
1789
} catch (NoSuchMethodException e ) {
1855
1790
// System.out.println("Exception: " + e.toString());
1856
- } catch (SecurityException e ) {
1857
- System .out .println ("Exception: " + e .toString ());
1858
1791
}
1859
1792
break ;
1860
1793
@@ -1871,8 +1804,6 @@ protected void removeListeners(Component c, int eventID) {
1871
1804
}
1872
1805
} catch (NoSuchMethodException e ) {
1873
1806
// System.out.println("Exception: " + e.toString());
1874
- } catch (SecurityException e ) {
1875
- System .out .println ("Exception: " + e .toString ());
1876
1807
}
1877
1808
break ;
1878
1809
@@ -1892,8 +1823,6 @@ protected void removeListeners(Component c, int eventID) {
1892
1823
}
1893
1824
} catch (NoSuchMethodException e ) {
1894
1825
// System.out.println("Exception: " + e.toString());
1895
- } catch (SecurityException e ) {
1896
- System .out .println ("Exception: " + e .toString ());
1897
1826
}
1898
1827
1899
1828
// Look for components which support getPopupMenu
@@ -1916,8 +1845,6 @@ protected void removeListeners(Component c, int eventID) {
1916
1845
}
1917
1846
} catch (NoSuchMethodException e ) {
1918
1847
// System.out.println("Exception: " + e.toString());
1919
- } catch (SecurityException e ) {
1920
- System .out .println ("Exception: " + e .toString ());
1921
1848
}
1922
1849
break ;
1923
1850
@@ -1934,8 +1861,6 @@ protected void removeListeners(Component c, int eventID) {
1934
1861
}
1935
1862
} catch (NoSuchMethodException e ) {
1936
1863
// System.out.println("Exception: " + e.toString());
1937
- } catch (SecurityException e ) {
1938
- System .out .println ("Exception: " + e .toString ());
1939
1864
}
1940
1865
break ;
1941
1866
@@ -1952,8 +1877,6 @@ protected void removeListeners(Component c, int eventID) {
1952
1877
}
1953
1878
} catch (NoSuchMethodException e ) {
1954
1879
// System.out.println("Exception: " + e.toString());
1955
- } catch (SecurityException e ) {
1956
- System .out .println ("Exception: " + e .toString ());
1957
1880
}
1958
1881
break ;
1959
1882
@@ -1976,8 +1899,6 @@ protected void removeListeners(Component c, int eventID) {
1976
1899
}
1977
1900
} catch (NoSuchMethodException e ) {
1978
1901
// System.out.println("Exception: " + e.toString());
1979
- } catch (SecurityException e ) {
1980
- System .out .println ("Exception: " + e .toString ());
1981
1902
}
1982
1903
1983
1904
// Look for components which support UndoableEdit listeners
@@ -1995,8 +1916,6 @@ protected void removeListeners(Component c, int eventID) {
1995
1916
}
1996
1917
} catch (NoSuchMethodException e ) {
1997
1918
// System.out.println("Exception: " + e.toString());
1998
- } catch (SecurityException e ) {
1999
- System .out .println ("Exception: " + e .toString ());
2000
1919
}
2001
1920
break ;
2002
1921
@@ -2013,8 +1932,6 @@ protected void removeListeners(Component c, int eventID) {
2013
1932
}
2014
1933
} catch (NoSuchMethodException e ) {
2015
1934
// System.out.println("Exception: " + e.toString());
2016
- } catch (SecurityException e ) {
2017
- System .out .println ("Exception: " + e .toString ());
2018
1935
}
2019
1936
break ;
2020
1937
@@ -2034,8 +1951,6 @@ protected void removeListeners(Component c, int eventID) {
2034
1951
}
2035
1952
} catch (NoSuchMethodException e ) {
2036
1953
// System.out.println("Exception: " + e.toString());
2037
- } catch (SecurityException e ) {
2038
- System .out .println ("Exception: " + e .toString ());
2039
1954
}
2040
1955
2041
1956
// Look for components which support the getSelectionModel
@@ -2056,8 +1971,6 @@ protected void removeListeners(Component c, int eventID) {
2056
1971
}
2057
1972
} catch (NoSuchMethodException e ) {
2058
1973
// System.out.println("Exception: " + e.toString());
2059
- } catch (SecurityException e ) {
2060
- System .out .println ("Exception: " + e .toString ());
2061
1974
}
2062
1975
break ;
2063
1976
@@ -2512,8 +2425,6 @@ public void propertyChange(PropertyChangeEvent e) {
2512
2425
}
2513
2426
} catch (NoSuchMethodException e2 ) {
2514
2427
// System.out.println("Exception: " + e2.toString());
2515
- } catch (SecurityException e2 ) {
2516
- System .out .println ("Exception: " + e2 .toString ());
2517
2428
}
2518
2429
}
2519
2430
0 commit comments