index
:
CS2
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
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 (
Expand
)
Author
11 days
fix drop legacy class Window
Jonas Smedegaard
11 days
rename internal variable con -> control
Jonas Smedegaard
12 days
drop redundant public/private modifiers
Jonas Smedegaard
12 days
mark class parameters as final
Jonas Smedegaard
12 days
improve separation of concerns between view and controller
Jonas Smedegaard
12 days
make column object available to callback helper functions
Jonas Smedegaard
12 days
tie structural section to visual column in model class GUI
Jonas Smedegaard
12 days
add track UI sections in new model class UI via subclass GUI (not as strings ...
Jonas Smedegaard
12 days
pass selection (not surrounding GUI object) in callback onCategorySelected()
Jonas Smedegaard
13 days
move hardcoded subject module list to class Database
Jonas Smedegaard
13 days
add javadoc comment
Jonas Smedegaard
13 days
add myself as copyright holder; add copyright year
Jonas Smedegaard
13 days
rename method onComboSelected -> onCategorySelected; refine comments
Jonas Smedegaard
13 days
use record for private class ActivityColumn
Jonas Smedegaard
13 days
wrap long lines
Jonas Smedegaard
13 days
tidy whitespace
Jonas Smedegaard
13 days
explicitly define magic numbers
Jonas Smedegaard
13 days
tidy whitespace
Jonas Smedegaard
13 days
declare variables final when possible
Jonas Smedegaard
13 days
drop unused variable MyDB from view class Window
Jonas Smedegaard
13 days
drop legacy commented out code
Jonas Smedegaard
13 days
rename class Model -> Database; rename variable model -> store
Jonas Smedegaard
13 days
split class HelloApplication into classes Main and Window
Jonas Smedegaard