Skip to content

Commit

Permalink
Revert issue with focus
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Nov 17, 2012
1 parent 018aeb4 commit 9430c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,5 +1,4 @@
language: java
jdk:
- oraclejdk7
- openjdk7
- openjdk6
- openjdk7
1 change: 0 additions & 1 deletion src/main/java/clisk/Util.java
Expand Up @@ -75,7 +75,6 @@ public static int getARGBQuick(int r, int g, int b, int a) {
public static JFrame frame(final BufferedImage image) {
final JFrame f=new JFrame("Clisk Image");

f.setAutoRequestFocus(false);
// f.setFocusableWindowState(false);

JMenuBar menuBar=new JMenuBar();
Expand Down

0 comments on commit 9430c74

Please sign in to comment.