UserForm with multiple tabs
I am trying to figure out how to create 开发者_运维知识库a user form that has multiple tabs like the image below.
http://img25.imageshack.us/i/multipletabs.png/
Use a JTabbedPane
.
The Swing tutorial for Tabbed Panes is very handy: http://download.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html
精彩评论