user interface - GUI component for displaying chat messages? -


i'm searching gwt component following properties:

-able display strings in structured way, ie. username , message in seperate columns -providing control on scrollbar

in essence i'd have component able display more simple strings , auto scrolls bottom.

at first used simple textarea fails satisfy first requirements. additionaly failed implement autoscroll bottom. there components accomplish features? or if not, how create similar component?

create own custom widget below or similar hierarchy,

  • vertical panel/dock panel: outer container.
    • header panel: horizontal panel width set 100% , add required info. if using dock panel, set north
    • scroll panel : infinite scroll , set width 100%
      • horizontal panel(s) : 1 panel each chat string.

Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -