I have 4 java files:
MainFrame.java
MainFrameListener.java
ArenaPanel.java
ArenaListener.java
MainFrame extends JFrame and is the main window of my application. ArenaPanel is one of the several panels I have. MainFrame has a menu bar which has menu buttons to go to different panels. The arenaPanel has a SAVE button, actions for which have been defined in arenaListener. Actions for MainFrame menu have been defined in MainFrameListener. Here are my codes. I have removed the irrelavent parts at places as the codes are very long.
/**************** ArenaPanel.java *************/