CSC409 Advanced Java Programming

Advanced Java ProgrammingTU Board 2078

Compare AWT with Swing. Write a GUI program using components to find sum and difference of two numbers. Use two text fields for giving input and a label for output. The program should display sum if…

10

Compare AWT with Swing. Write a GUI program using components to find sum and difference of two numbers. Use two text fields for giving input and a label for output. The program should display sum if user presses mouse and difference if user release mouse.

A worked answer is on its wayMeanwhile, read the Advanced Java Programming notes for this topic.

Discussion

Loading…

More Advanced Java Programming questions

All Advanced Java Programming old questions