Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / text / Style.js
1 Clazz.declarePackage ("javax.swing.text");
2 Clazz.load (["javax.swing.text.MutableAttributeSet"], "javax.swing.text.Style", null, function () {
3 Clazz.declareInterface (javax.swing.text, "Style", javax.swing.text.MutableAttributeSet);
4 });