manitance
Class MaintMainScreen

java.lang.Object
  extended by manitance.MaintMainScreen

public class MaintMainScreen
extends java.lang.Object

Author:
Antec

Constructor Summary
MaintMainScreen(TrackerDBInfo trackerDBInfo, Unit unit)
           
 
Method Summary
 void copyDirectory(java.io.File sourceLocation, java.io.File targetLocation)
           
 void createAndShowGUI()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaintMainScreen

public MaintMainScreen(TrackerDBInfo trackerDBInfo,
                       Unit unit)
Parameters:
trackerDBInfo -
unit -
Method Detail

createAndShowGUI

public void createAndShowGUI()

copyDirectory

public void copyDirectory(java.io.File sourceLocation,
                          java.io.File targetLocation)
                   throws java.io.IOException
Parameters:
sourceLocation -
targetLocation -
Throws:
java.io.IOException