diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-17 15:27:18 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-17 15:27:18 +0200 |
commit | 9925c04782d78daa401e5f657869fdbdc31129c1 (patch) | |
tree | c4e938d58afeaaaf7bb45070067ee230cfcb43af /src/lombok/installer | |
parent | b1d8d1dfc4856ccd7e89f75c47d308dba0c022c5 (diff) | |
download | lombok-9925c04782d78daa401e5f657869fdbdc31129c1.tar.gz lombok-9925c04782d78daa401e5f657869fdbdc31129c1.tar.bz2 lombok-9925c04782d78daa401e5f657869fdbdc31129c1.zip |
Made background of found Eclipses white
Diffstat (limited to 'src/lombok/installer')
-rw-r--r-- | src/lombok/installer/Installer.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lombok/installer/Installer.java b/src/lombok/installer/Installer.java index 9377f9a5..be746df7 100644 --- a/src/lombok/installer/Installer.java +++ b/src/lombok/installer/Installer.java @@ -300,6 +300,7 @@ public class Installer { JScrollPane eclipsesListScroll = new JScrollPane(eclipsesList); eclipsesListScroll.setBackground(Color.WHITE); + eclipsesListScroll.getViewport().setBackground(Color.WHITE); container.add(eclipsesListScroll, constraints); Thread findEclipsesThread = new Thread() { |