UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

8 lines 193 B
import { JComponent } from "./JComponent"; export class JLabel extends JComponent { constructor(text) { super(); this.text = text; } } //# sourceMappingURL=JLabel.js.map