summaryrefslogtreecommitdiff
path: root/src/tesseract/newmenu/NewIcosahedronMenuItem.java
AgeCommit message (Collapse)Author
2011-03-07Parameter windows will now "follow" their parent window.Phillip
2011-02-23fixed an issue that caused multiple objects to appear PER parameter frame call.Phillip
One call would result in one object, adding a second object of the same type would then result in creating TWO more objects for a total of three, etc.
2011-02-23Corrected issue causing Default Shape, Enter, and Color buttons multiple ↵Phillip
times to a parameter window.
2011-02-23Added Color Button to qualifying shapes (planar polygon param window did NOT ↵Phillip
receive color button). Added new constructor to MenuItem to prevent or allow color button (bool value, false to turn off button), use two parameter constructor or true in three param to turn on color button. Removed color chooser after clicking enter button on both particle emitter and particle as this function is now handled by the color button.
2011-02-21Fixed checkstyle warnings. All add object menu items are now NewMenu items, ↵Phillip
deprecated the rest of the menuitems package.
2011-02-21Added lots of NewMenuItem Classes. Changed Default Shape from JCheckBox to ↵Phillip
JButton. Added new Constructor to PlanarPolygon. Changed the sequence of events building JPanel/Frame in MenuItem.
2011-02-20Spelling corrections, added NewToroidMenuItemPhillip
2011-02-20NewIcosahedronMenuItem now working and added to TesseractUI. Use ↵Phillip
Icosohedran(NEW) in add object menu to test.
2011-02-18(no commit message)Phillip
2011-02-18(no commit message)Phillip