UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

8 lines (7 loc) 337 B
import { LayoutManager } from "../../src/awt/LayoutManager"; import { JComponent } from "swing/JComponent"; export declare class BorderLayout implements LayoutManager { static NORTH: string; static CENTER: string; putConstraint(_direction: string, _comp: JComponent, _num: number, _dir2: string, _comp2: JComponent): void; }