NickMeinholdChanges v0.1


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // add super(); to the constructors of all subclass of Item
  2. // add Position class
  3. // put .png files in images/ into images/menu
  4. // add SubItemButton class, ExitSelected class, ItemSelected class
  5. // change button = new Jbutton();
  6. // to
  7. // button = new SubItemButton((Item)list.get(i));
  8. // in SubItemToolBar class

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.