Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6798215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:42:12+00:00 2026-05-26T18:42:12+00:00

I working in Java Swing and I am generating a dynamic form with control

  • 0

I working in Java Swing and I am generating a dynamic form with control names opc1_1, opc1_2, opc1_3, opc2_1, opc2_2, etc.
How Do I get the value of each one of controls dynamically?
I put a very bad example for illustration

for(int i = 1; i < 10; i ++) {
    Control objControl = get("opc1_" + i);
      if(objControl == JComboBox)
        System.out.println(objControl.getSelectedItem().toString());
      else if(objControl == JTextField)
        System.out.println(objControl.getText); 
}

Thanks so much

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:42:13+00:00Added an answer on May 26, 2026 at 6:42 pm

    Use an array/list to store your Control objects, the names of your Control objects in your code aren’t important.

    Then just iterate through your array/list like you would for any other array/list to get the value of each one of your Control objects.

    Also, = is for assignment, == is for comparison, and instanceof is used for checking if an object is a specific type. You generally try and avoid using the instanceof operator in good OO design.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a really strange issue. I am working on a Java SWING application
I am working on a project that uses Java Swing. The default look and
I'm working on a java SE 1.5+ swing application, in conjunction with others. I'm
I'm working on a Swing application (currently running on Java 1.6 update 11) which
I'm working on Java Swing application with Google Guice as an IOC container. Things
Hey all, I'm currently working on a Java Swing application and I was looking
I am working in a java swing application. In that application i have to
We're running Java Swing and are using an SWT bridge to get ahold of
I'm working on a java swing application that will be used in a psychology
I'm working on a Java Swing application. I have a button whose action runs

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.