Added splash screen, icons.
This commit is contained in:
@ -97,7 +97,12 @@ public class TeamMaker {
|
||||
model.popupPlayers.each { setGamesSat(it) }})
|
||||
}
|
||||
|
||||
frame = swing.frame(title: "JDB TeamMaker v$version",
|
||||
frame = swing.frame(title: "JDB Professional Pickup v$version",
|
||||
iconImages: [swing.imageIcon("/bb128.png").image,
|
||||
swing.imageIcon("/bb64.png").image,
|
||||
swing.imageIcon("/bb48.png").image,
|
||||
swing.imageIcon("/bb32.png").image,
|
||||
swing.imageIcon("/bb16.png").image],
|
||||
size: [600, 400], locationRelativeTo: null,
|
||||
defaultCloseOperation: JFrame.EXIT_ON_CLOSE) {
|
||||
|
||||
|
Reference in New Issue
Block a user