Computer Science, asked by kirahinamoriamuchan, 1 year ago

Design a GUI application in java to convert kilograms into grams, litres into milliliters, rupees into paisa using combobox and text fields.

Answers

Answered by silver2ranger
0
A Frame provides the "main window" for your GUI application. ...
An AWT Dialog is a "pop-up window" used for interacting with the users. ...
An AWT Applet (in package java.applet ) is the top-level container for an applet, which is a Java program running inside a browser.
Similar questions