Quantcast
Channel: Examples Java Code Geeks » JTabbedPane
Viewing all articles
Browse latest Browse all 8

Set tool tip for tab in JTabbedPane

$
0
0
With this example we shall see how to set the tool tip for a tab in JTabbedPane. In order to do that, one should follow these steps: Create a new JFrame. Call frame.getContentPane().setLayout(new GridLayout(1, 1) to set up grid layout for the frame. Use JTabbedPane(JTabbedPane.TOP) to get a JTabbedPane. Use tabbedPane.addTab to add a tool ...

Viewing all articles
Browse latest Browse all 8

Latest Images

Trending Articles





Latest Images