An open API service indexing awesome lists of open source software.

https://github.com/onurozuduru/gradecalculator-homework

A basic Java GUI homework for programming class.
https://github.com/onurozuduru/gradecalculator-homework

homework java-gui-homework

Last synced: 8 months ago
JSON representation

A basic Java GUI homework for programming class.

Awesome Lists containing this project

README

          

gradecalculator-homework
========================

A basic Java GUI homework for programming class.

My simple code for programming homework.
I hope that it is helpful for your own homeworks or projects.
Please put a link on somewhere to my github page, if you use the codes with no changes.

Follow me on,
github: https://github.com/onurozuduru
twitter: https://twitter.com/OnurOzuduru

You can see homework description as follows,

__Minimum Criteria:__
You are expected to write java graphical user interface application. You need to use gui tools
and create meaningful application. You must write to background code (JButton actions, control
statements for JTextfields, reading and writing process, ...) in your homework. This application should
be meaningful, try to be creative and create functional design.

* 2 JButtons
* JRadioButtons with groups
* 3 JCheckBox
* 1 JCombobox
* 1 JList
* 4 Labels
* 4 JTextfields

* ActionListener and ItemListener
* MouseListener or KeyListener

* Read and Write File

These are the minimum criteria, you can use more than these. Your application works without
any errors so don’t forget to run and check your application.

__Bonus:__
* Complicated designs
* Realistic or useful designs.