JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / javax / swing / plaf / TextUI.js
1 Clazz.declarePackage ("javax.swing.plaf");\r
2 Clazz.load (["javax.swing.plaf.ComponentUI"], "javax.swing.plaf.TextUI", null, function () {\r
3 c$ = Clazz.declareType (javax.swing.plaf, "TextUI", javax.swing.plaf.ComponentUI);\r
4 Clazz.defineMethod (c$, "getToolTipText", \r
5 function (t, pt) {\r
6 return null;\r
7 }, "javax.swing.text.JTextComponent,java.awt.Point");\r
8 });\r