commit 303426646b165211efc2323c9ec92ded6cdb8942 from: marcus date: Thu Apr 1 22:08:36 2004 UTC implemented abstract method updateScrollBar commit - fce97282e11e5ec4593910e87f40ad2ab0493e4b commit + 303426646b165211efc2323c9ec92ded6cdb8942 blob - 6dd1eeed5e96a7075bbdd2e9f206a9afa32da24f blob + 992e3eac4963a2efd85ab143c524c0853fb97365 --- de/mud/flash/FlashTerminal.java +++ de/mud/flash/FlashTerminal.java @@ -1,7 +1,7 @@ /* * This file is part of "The Java Telnet Application". * - * (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved. + * (c) Matthias L. Jugel, Marcus Meissner 1996-2002. All Rights Reserved. * * Please visit http://javatelnet.org/ for updates and contact. * @@ -76,6 +76,10 @@ public class FlashTerminal implements VDUDisplay, Runn } } + public void updateScrollBar() { + // dont do anything... or? + } + protected void disconnect() { // do nothing by default }