Today we did several modifications of our drawing program from last week. Here are several
different versions:
- This version adds a ComboBox for the selection of shape:
Click on
ComboBoxDrawing to show the example.
- This modification has one Combobox for shape selection and another for color selection.
Click on
DoubleComboBoxDrawing to show the example.
- A slight improvement with the initial color set according to the color menu.
Click on
ColorfulDoubleComboBoxDrawing to show the example.
- This version puts the two pull-down menus into a panel.
Click on
PanelComboBoxDrawing to show the example.
- Let's use buttons instead of a pull-down menu for choosing the shape.
Click on
BadButtonPanelDrawing to show the example.
- An improved version using a GridLayout for the bottom panel.
Click on
ButtonPanelDrawing to show the example.