1 2 package org.chateverywhere;3 4 import org.chateverywhere.*;5 6 public interface JChatPaneScroller7 {8 9 abstract void scroll_to_bottom();10 }11