[MOBY-guts] biomoby commit
Eddie Kawas
kawas at pub.open-bio.org
Wed Jan 12 17:16:38 UTC 2005
kawas
Wed Jan 12 12:16:38 EST 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/gui/serviceInstanceCreationTool
In directory pub.open-bio.org:/tmp/cvs-serv20573/org/biomoby/client/gui/serviceInstanceCreationTool
Modified Files:
ServiceInstancePanelFactory.java
Log Message:
Edited some labels and buttons.
Widgets that read 'construction' now read registration, etc.
moby-live/Java/src/main/org/biomoby/client/gui/serviceInstanceCreationTool ServiceInstancePanelFactory.java,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/gui/serviceInstanceCreationTool/ServiceInstancePanelFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/gui/serviceInstanceCreationTool/ServiceInstancePanelFactory.java 2004/12/20 17:13:34 1.5
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/gui/serviceInstanceCreationTool/ServiceInstancePanelFactory.java 2005/01/12 17:16:37 1.6
@@ -128,7 +128,7 @@
JPanel pan = null;
pan = initPanel(
pan,
- "<html><font size=5><B>Interactive Moby Service Construction Tool</B></font></html>",
+ "<html><font size=5><B>Interactive Moby Service Instance Registration Tool</B></font></html>",
-1);
// add the toolbar buttons
@@ -162,10 +162,10 @@
// create a greeting and some instructions
JLabel greet = new JLabel();
- String greetTxt = "<html><FONT color=006633 size=6><P align=center><B>Moby Service Builder</B></P></FONT>"
+ String greetTxt = "<html><FONT color=006633 size=6><P align=center><B>Moby Service Instance Registration Tool</B></P></FONT>"
+ "<font color=006633 size=4>"
- + "This interactive tool will allow you to create<br>"
- + "a new Moby Service. To begin, fill in the<br>"
+ + "This interactive tool will help you register<br>"
+ + "a new Moby Service Instance. To begin, fill in the<br>"
+ "following information regarding your new service."
+ "</font>" + "</html>";
greet.setText(greetTxt);
@@ -350,7 +350,7 @@
help8.add(signatureUrlLabel2,BorderLayout.LINE_START);
itemPanel.add(help8);
- JButton next = new JButton(" Start Building ");
+ JButton next = new JButton(" Start ");
next.setActionCommand("start");
next.setName("start");
next.addActionListener(bal);
More information about the MOBY-guts
mailing list