private TComponent[] clickComponent = new TComponent[3];
private UITheme theme;
public FrameWork(BaseInput input, int width, int height) {
this.contentPane = new TPane(0, 0, width, height);
this.bsInput = input;
this.theme = new BasicTheme();
this.tooltip = new TToolTip();
this.contentPane.add(this.tooltip);