summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/GUI/AddSoftware.java
diff options
context:
space:
mode:
authortspitzer2013-10-17 16:03:17 +0200
committertspitzer2013-10-17 16:03:17 +0200
commitf4025bd62ecc5e0dfbf19c87f4e79fda199148e7 (patch)
tree941c100a3f7d61b52115edd6217170ecf87fa5a8 /Dozentenmodul/src/GUI/AddSoftware.java
parentVersion vom 17.10 (diff)
downloadtutor-module-f4025bd62ecc5e0dfbf19c87f4e79fda199148e7.tar.gz
tutor-module-f4025bd62ecc5e0dfbf19c87f4e79fda199148e7.tar.xz
tutor-module-f4025bd62ecc5e0dfbf19c87f4e79fda199148e7.zip
-Anpassen der Texte
-Bug in SQL gefixt
Diffstat (limited to 'Dozentenmodul/src/GUI/AddSoftware.java')
-rw-r--r--Dozentenmodul/src/GUI/AddSoftware.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dozentenmodul/src/GUI/AddSoftware.java b/Dozentenmodul/src/GUI/AddSoftware.java
index 1539e1de..37a3a8bb 100644
--- a/Dozentenmodul/src/GUI/AddSoftware.java
+++ b/Dozentenmodul/src/GUI/AddSoftware.java
@@ -53,7 +53,7 @@ public class AddSoftware extends JFrame {
@SuppressWarnings({ "rawtypes", "unchecked" })
public AddSoftware() {
setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
- setTitle("Dozentenmodul");
+ setTitle("Dozentenmodul *Prototyp*");
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
@@ -145,7 +145,9 @@ public class AddSoftware extends JFrame {
Kosten=1;
}
Connection con=sql.getConnection();
+
sql.AddSoftware(con, textField_1.getText().toString(), textField_2.getText().toString(), comboBox.getSelectedItem().toString(), Kosten, textField.getText().toString());
+
dispose();
}else
{