mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:31:17 +00:00
Multilanguage support
Czech language added
This commit is contained in:
@@ -37,7 +37,7 @@ import javax.swing.JScrollPane;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class GraphFrame extends JFrame {
|
||||
public class GraphFrame extends AppFrame {
|
||||
|
||||
private class GraphPanel extends JPanel {
|
||||
|
||||
@@ -246,7 +246,7 @@ public class GraphFrame extends JFrame {
|
||||
Container cnt = getContentPane();
|
||||
cnt.setLayout(new BorderLayout());
|
||||
gp = new GraphPanel(graph);
|
||||
setTitle("Graph " + name);
|
||||
setTitle(translate("graph") + " " + name);
|
||||
cnt.add(new JScrollPane(gp));
|
||||
|
||||
View.setWindowIcon(this);
|
||||
|
||||
Reference in New Issue
Block a user