Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / 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 });