Recent content by badatjava

  1. B

    need some java help badly

    i need to write a program that uses tabbedpane and each tab displays a flag i have this much and have no clue where to go from here or if im heading in the right direction import javax.swing.JTabbedPane; import javax.swing.ImageIcon; import javax.swing.JLabel; import javax.swing.JPanel; import...