index
:
CS2
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
com.example.portfolio2
/
com
/
example
/
portfolio2
/
Window.java
Age
Commit message (
Collapse
)
Author
8 days
fix drop legacy class Window
Jonas Smedegaard
8 days
rename internal variable con -> control
Jonas Smedegaard
8 days
drop redundant public/private modifiers
Jonas Smedegaard
8 days
mark class parameters as final
Jonas Smedegaard
9 days
improve separation of concerns between view and controller
Jonas Smedegaard
9 days
make column object available to callback helper functions
Jonas Smedegaard
9 days
tie structural section to visual column in model class GUI
Jonas Smedegaard
9 days
add track UI sections in new model class UI via subclass GUI (not as strings ↵
Jonas Smedegaard
in class Window)
9 days
pass selection (not surrounding GUI object) in callback onCategorySelected()
Jonas Smedegaard
10 days
move hardcoded subject module list to class Database
Jonas Smedegaard
10 days
add javadoc comment
Jonas Smedegaard
10 days
add myself as copyright holder; add copyright year
Jonas Smedegaard
10 days
rename method onComboSelected -> onCategorySelected; refine comments
Jonas Smedegaard
10 days
use record for private class ActivityColumn
Jonas Smedegaard
10 days
wrap long lines
Jonas Smedegaard
10 days
tidy whitespace
Jonas Smedegaard
10 days
explicitly define magic numbers
Jonas Smedegaard
10 days
tidy whitespace
Jonas Smedegaard
10 days
declare variables final when possible
Jonas Smedegaard
10 days
drop unused variable MyDB from view class Window
Jonas Smedegaard
10 days
drop legacy commented out code
Jonas Smedegaard
10 days
rename class Model -> Database; rename variable model -> store
Jonas Smedegaard
10 days
split class HelloApplication into classes Main and Window
Jonas Smedegaard