Re: how can i create the inputdialogs,alert boxes using Dialog class and use it methods
Posted By:
Robert_Lybarger
Posted On:
Friday, June 9, 2006 07:18 AM
You may need to clarify your problem. Creating things in Swing is no different than creating things in AWT. (At least, that is what your question sounds like it relates to.) Since the classes in Swing are just plain Java classes like anything else, they can be created and manipulated in any method like any other class/object can. You may need to write a little skeleton or stub to better illustrate your question?