8889909192939495
*/ public synchronized Surface getCurrentSurface() throws NotOpenException { if (currentConfig != null) { return kernel; } else { throw new NotOpenException(); } }
8788899091929394
9899100101102103104105
949596979899100101
*/ public synchronized Surface getCurrentSurface() throws NotOpenException { if (currentConfig != null) { return driver; } else { throw new NotOpenException(); } }
93949596979899100
*/ public synchronized Surface getCurrentSurface() throws NotOpenException { if (currentConfig != null) { return surface; } else { throw new NotOpenException(); } }
175176177178179180181182
*/ public synchronized Surface getCurrentSurface() throws NotOpenException { if (currentConfig != null) { return vga; } else { throw new NotOpenException(); } }
9596979899100101102