gui
Class TravelSchedulerWorldEditor

java.lang.Object
  extended bygui.TravelSchedulerWorldEditor

public final class TravelSchedulerWorldEditor
extends java.lang.Object

A starter class.

Author:
Piotrek

Constructor Summary
TravelSchedulerWorldEditor()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main function - the program's entry point.
static void ShowErrorsList(java.lang.String message, java.util.ArrayList errorsList)
          Shows a message and pointed out errors from the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelSchedulerWorldEditor

public TravelSchedulerWorldEditor()
Method Detail

main

public static void main(java.lang.String[] args)
Main function - the program's entry point.

Parameters:
args - The system variables for the program.

ShowErrorsList

public static void ShowErrorsList(java.lang.String message,
                                  java.util.ArrayList errorsList)
Shows a message and pointed out errors from the list.

Parameters:
message - A message to be displayed. For example: "There were some errors:".
errorsList - A list of strings.