6566676869707172
if(location != null) content.setBounds(location.x-toolTip.getWidth(), location.y, toolTip.getWidth(), toolTip.getHeight()); } public JComponent overlayCreateInterface() { toolTip = new ToolTipList(this); return toolTip; }
6667686970717273
content.setBounds(location.x, location.y, toolTip.getWidth(), toolTip.getHeight()); } } public JComponent overlayCreateInterface() { toolTip = new ToolTipList(this); return toolTip; }
62636465666768697071
} public JComponent overlayCreateInterface() { JPanel panel = new JPanel(new BorderLayout()); toolTip = new ToolTipList(this); panel.add(toolTip, BorderLayout.CENTER); return panel; }