comparison src/alice/topology/manager/keeparive/StartViewer.java @ 299:48de3510fb00

Scheduler has bug
author sugi
date Mon, 04 Nov 2013 13:09:14 +0900
parents
children
comparison
equal deleted inserted replaced
298:4fe924c9f504 299:48de3510fb00
1 package alice.topology.manager.keeparive;
2
3 import javafx.application.Application;
4
5 public class StartViewer {
6 public static void main(String[] args) {
7 Application.launch(SchedulerViewer.class, args);
8
9 }
10 }