Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Button order in Java Application

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Button order in Java Application

    I have Java Application that writes into an AS400 file then at some point in time it goes back out and reads the file, based on the info it gets it will create button, however the button are displayed in the same order they where written on to the file I need for these buttons to be in order! Please see that attached gif. the last two buttons are not in order of button name but rather order in which they got written into the file. How can I accomplish this?? Thanks guys, -Alex.

  • #2
    Button order in Java Application

    I would arrange it so that you read the buttons in the order you need them. I can't tell what that order is from your description, or how you are reading the file, but either use an appropriate index or don't use any index.

    Comment

    Working...
    X