Skip to content

Instantly share code, notes, and snippets.

View josmas's full-sized avatar

Jos josmas

View GitHub Profile
@josmas
josmas / MenuDemo.java
Created July 24, 2011 20:02
JMenuItems and positions don't seem to go together
package testingtheguibuilder;
import java.awt.*;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import javax.swing.JMenuBar;
import javax.swing.JPanel;
import javax.swing.JTextArea;
import javax.swing.JScrollPane;
import javax.swing.JFrame;