Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
longforus committed Oct 14, 2018
1 parent dc42900 commit ac12a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public DeviceInfoFrame(@Nullable Project project) {
Dimension screensize = Toolkit.getDefaultToolkit().getScreenSize();
int x = (int) screensize.getWidth() / 2 - mPanel.getPreferredSize().width / 2;
int y = (int) screensize.getHeight() / 2 - mPanel.getPreferredSize().height / 2;
setTitle("Adb Interacting with applications");
setTitle("Adb Device information");
setLocation(x, y);
URL filename = getClass().getResource("/icon.png");
ImageIcon icon = new ImageIcon(filename);
Expand Down

0 comments on commit ac12a70

Please sign in to comment.