1 package com.loribel.commons.abstraction;
2
3 import javax.swing.*;
4
5 /***
6 * Interface for ViewManager demo.
7 */
8 public interface GB_VMDemoStates
9 extends
10 GB_VMDemo
11 {
12 JFrame nextDemo();
13 }