JAL-1807
[jalview.git] / site / swingjs / j2s / javax / swing / text / MutableAttributeSet.js
diff --git a/site/swingjs/j2s/javax/swing/text/MutableAttributeSet.js b/site/swingjs/j2s/javax/swing/text/MutableAttributeSet.js
new file mode 100644 (file)
index 0000000..0e94ea5
--- /dev/null
@@ -0,0 +1,4 @@
+Clazz.declarePackage ("javax.swing.text");
+Clazz.load (["javax.swing.text.AttributeSet"], "javax.swing.text.MutableAttributeSet", null, function () {
+Clazz.declareInterface (javax.swing.text, "MutableAttributeSet", javax.swing.text.AttributeSet);
+});