예제 #1
0
 /** Provide a menu with all items attached to this system connection */
 public javax.swing.JMenu getMenu() {
   if (memo.getDisabled()) {
     return null;
   }
   return new XNetMenu(memo);
 }