~codescore-dev/codescore/version-1.0

« back to all changes in this revision

Viewing changes to src/net/codescore/ui/admin/setup/fullui/title_box.java

  • Committer: Adam Cornett
  • Date: 2008-03-16 21:50:13 UTC
  • Revision ID: adam.cornett@gmail.com-20080316215013-sr98v9he6ez74hey
Refactoring! changed the top package to net.codescore from net.launchpad.codescore to reflect the new website and to cut back on the lenght of full class names

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
/**
14
14
 * 
15
15
 */
16
 
package net.launchpad.codescore.ui.admin.setup.fullui;
 
16
package net.codescore.ui.admin.setup.fullui;
17
17
 
18
18
import org.zkoss.zul.Textbox;
19
19
 
20
 
import net.launchpad.codescore.ui.admin.setup.FullSetup;
 
20
import net.codescore.ui.admin.setup.FullSetup;
21
21
 
22
22
public class title_box extends Textbox {
23
23
        private final FullSetup fullSetup;