how to call call dialog?

How to use JFileChooser to call out font/color and page setup dialog. Thank you.
[94 byte] By [del3] at [2007-9-26 1:47:04]
# 1
can u write the problem little more clearly please?
malaydas at 2007-6-29 2:45:39 > top of Java-index,Archived Forums,Swing...
# 2
I able use JFileChooser to show open and save dialog box already, but i want to use it to show Font, Color and print dialog box also. Thank you.
del3 at 2007-6-29 2:45:39 > top of Java-index,Archived Forums,Swing...
# 3

the purpose of JFileChooser is not to show font, color or print dialogs. for example if u want to print a component you can call the print(graphics) method of java.awt.Component class which will automatically bring about the print dialog and you can overwrite the print method if u want some specific processing. for color, u can use JColorChooser. choosing font for swing GUIs can be changed by calling correponding setFont methods. there is no choosing dialog available for setting font application wide. of course you can write one of your own.

malaydas at 2007-6-29 2:45:39 > top of Java-index,Archived Forums,Swing...
# 4
It's called JFileChooser for a reason.....wait for it......because it chooses files.Thank you, drive through.
carej at 2007-6-29 2:45:39 > top of Java-index,Archived Forums,Swing...