Show the JColorChooser object

Listing 2 shows the code, (extracted from Listing 1)

Listing 2. Show the JColorChooser object.
Color selColor = JColorChooser.showDialog(
                    chooseButton,
                    "Choose color",
                    new Color(redInt,greenInt,blueInt));
File: ap.htm [Next] [Prev]