JAL-1807 update
[jalviewjs.git] / site / j2s / javax / swing / UnsupportedLookAndFeelException.js
1 Clazz.declarePackage ("javax.swing");
2 Clazz.load (["java.lang.Exception"], "javax.swing.UnsupportedLookAndFeelException", null, function () {
3 c$ = Clazz.declareType (javax.swing, "UnsupportedLookAndFeelException", Exception);
4 });