Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison src/name/blackcap/exifwasher/MainFrame.kt @ 6:aafc9c127c7b
Fix many bugs; get settings (apparently) working.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 09 Apr 2020 22:29:48 -0700 |
parents | dc1f4359659d |
children | aa9ab6cbaa26 |
comparison
equal
deleted
inserted
replaced
5:dc1f4359659d | 6:aafc9c127c7b |
---|---|
62 } | 62 } |
63 } | 63 } |
64 | 64 |
65 init { | 65 init { |
66 contentPane.add( | 66 contentPane.add( |
67 JLabel("Drag image files into this window or choose File… Open from menu.").apply { | 67 JLabel("Drag image files into this window or choose File… Wash from menu.").apply { |
68 horizontalAlignment = JLabel.CENTER | 68 horizontalAlignment = JLabel.CENTER |
69 verticalAlignment = JLabel.CENTER | 69 verticalAlignment = JLabel.CENTER |
70 }) | 70 }) |
71 preferredSize = Dimension(WIDTH, HEIGHT) | 71 preferredSize = Dimension(WIDTH, HEIGHT) |
72 transferHandler = MyTransferHandler() | 72 transferHandler = MyTransferHandler() |