Skip to content

Commit

Permalink
Ajustando título frame one version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaPriscilaSantos committed Aug 19, 2021
1 parent 95eb312 commit 5ed5eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSVizzEvolution/src/tsvizzevolution/OneVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static int converteInteiro(String valor) {


public OneVersion() throws IOException {
setTitle("TSVizzEvolution");
setTitle("TSVizzEvolution - One Version");
setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
setBounds(100, 100, 733, 655);
contentPane = new JPanel();
Expand Down

0 comments on commit 5ed5eb8

Please sign in to comment.