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
13 days
add track UI sections in new model class UI via subclass GUI (not as strings ...
Jonas Smedegaard
13 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
14 days
drop legacy commented out code
Jonas Smedegaard
14 days
rename class Model -> Database; rename variable model -> store
Jonas Smedegaard
14 days
split class HelloApplication into classes Main and Window
Jonas Smedegaard