JAL-1807 update
[jalviewjs.git] / site / swingjs / j2s / javax / swing / text / MutableAttributeSet.js
1 Clazz.declarePackage ("javax.swing.text");
2 Clazz.load (["javax.swing.text.AttributeSet"], "javax.swing.text.MutableAttributeSet", null, function () {
3 Clazz.declareInterface (javax.swing.text, "MutableAttributeSet", javax.swing.text.AttributeSet);
4 });