File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ private void initComponents(){
3939 javax .swing .JTextField jTextField1 = new javax .swing .JTextField ();
4040
4141 setDefaultCloseOperation (javax .swing .WindowConstants .EXIT_ON_CLOSE );
42- String version = "V3.3 " ;
42+ String version = "V3.4 " ;
4343 setTitle (getI18nText ("gui.title" ) + version );
4444 setIconImage (new ImageIcon (getClass ().getResource ("/assets/icon.jpg" )).getImage ());
4545 jTextField1 .setEditable (false );
@@ -82,8 +82,8 @@ protected Boolean doInBackground() {
8282 protected void done () {
8383 jTextArea1 .append (getI18nText ("gui.result.cost" ) + (System .nanoTime () - time ) * 10E-9 + " s\n " );
8484 jTextArea1 .append (getI18nText ("gui.result.date" ) + LocalDate .now () + "\n " );
85+ String lastType = "" ;
8586 for (LocalizableItem item : itemMap ) {
86- String lastType = "" ;
8787 if (!item .getType ().equals (lastType )) {
8888 lastType = item .getType ();
8989 jTextArea1 .append ("\n ===============" + lastType + "===============\n \n " );
You can’t perform that action at this time.
0 commit comments