ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/ConfigurationDialog.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/ConfigurationDialog.java (file contents):
Revision 1.12 by ajm, Fri Mar 23 03:43:12 2001 UTC vs.
Revision 1.14 by tdb, Tue May 29 17:41:32 2001 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 < package uk.org.iscream.conient;
2 > package uk.org.iscream.cms.conient;
3  
4   //---IMPORTS---
5   import java.awt.*;
# Line 163 | Line 163 | public class ConfigurationDialog extends JDialog {
163          newHostBox.add(_newHost);
164  
165          JPanel buttonPanel = new JPanel();
166 <        buttonPanel.add(_newHostButton);
166 >        buttonPanel.add(newHostButton);
167          buttonPanel.add(removeHostButton);
168          knownHostsPanel.add(buttonPanel);        
169 <        knownHostsPanel.add(_newHostBox);
169 >        knownHostsPanel.add(newHostBox);
170          
171  
172          c.gridy = 0;
# Line 238 | Line 238 | public class ConfigurationDialog extends JDialog {
238       *
239       * @return the build panel with the options
240       */
241 <    private JPanel create_serverOptions() {
241 >    private JPanel createServerOptions() {
242          GridBagLayout gridbag = new GridBagLayout();
243          GridBagConstraints c = new GridBagConstraints();
244          c.fill = GridBagConstraints.HORIZONTAL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines