java - What is this component name -


what name of component in java swing shown in following link http://www.scriptocean.com/template3.html

it known extended listview in android. want know same in java swing.

do mean component ?

a list

if so, display in java, have choices.

edit

accordint o comment, have area below button displaying content, you'll use second solution twist. elements in swing in fact jcomponents , can put in thers, you'll use jpanel jlist elements. in each jpanel, you'll have ione button visible , 1 sub-panel hidden @ startup. when clicking jbutton, you'll show or hide associated sub-panel. if want have kind of effect, can either

  • wait upcoming javafx transitions effects
  • use filthy rcih clients animations library (take @ links page).

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -