From 3a2fe7fccd3acaeea925a6765b8a55826096edab Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Mon, 25 Aug 2014 17:53:02 +0200 Subject: date geändert --- Dozentenmodul/src/gui/intro/About_GUI.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dozentenmodul/src/gui/intro/About_GUI.java') diff --git a/Dozentenmodul/src/gui/intro/About_GUI.java b/Dozentenmodul/src/gui/intro/About_GUI.java index 03ca2d16..644e84dc 100644 --- a/Dozentenmodul/src/gui/intro/About_GUI.java +++ b/Dozentenmodul/src/gui/intro/About_GUI.java @@ -23,6 +23,8 @@ public class About_GUI extends JFrame { private JPanel contentPane; private JTextPane txtpnVersionVBuilddate; + private String buildDate ="25.08.2014"; + private String version="1.01"; /** * Create the frame. @@ -86,7 +88,7 @@ public class About_GUI extends JFrame { txtpnVersionVBuilddate = new JTextPane(); txtpnVersionVBuilddate - .setText("Version: v1.0\r\nBuild-Date: 22.08.2014\r\n\r\nContact: michael.wilson@hs-offenburg.de\r\nWebsite: http://bwlehrpool.hs-offenburg.de/"); + .setText("Version: "+version+"\r\nBuild-Date: "+buildDate+"\r\n\r\nContact: michael.wilson@hs-offenburg.de\r\nWebsite: http://bwlehrpool.hs-offenburg.de/"); txtpnVersionVBuilddate.setEditable(false); txtpnVersionVBuilddate.setBackground(SystemColor.menu); txtpnVersionVBuilddate.setBounds(62, 95, 224, 90); -- cgit v1.2.3-55-g7522