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

  • SEARCH
  • Home
  • 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 5933291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:57:11+00:00 2026-05-22T14:57:11+00:00

By example, I want to take the value from an JTextField. In the JFrame

  • 0

By example, I want to take the value from an JTextField. In the JFrame I can do this with a simple txtField.getText(), but how I do passing the JFrame like parameter?

static boolean validateFields(Webcrawler wc) {
    try {
        //I created the txtUrl in the original JFrame, I can take him there, 
        //but not here.
        //The code is from the JFrame is generated by Netbeans.
        wc.getTxtUrl().getText(); //<-- is something like this I want to do.
        return true;
    } catch (Exception e) {
        return false;
    }
}
  • 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-22T14:57:11+00:00Added an answer on May 22, 2026 at 2:57 pm

    Most probably the member variables for your input widgets (like JTextFields) are private and hence inaccessible from the outside.
    Either declare them public, or write accessor functions for their values. Something on the line of (inside your JFrame or a class derived from that JFrame if it is created by a third party:

    public String getTxtFieldText () {return txtField.getText ();}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want real example about dynamic site map take it's value from database
I want to take an XML file and replace an element's value. For example
What i want is to take an integer represented as a string, for example
I want to fetch a method's comments,take below method for example: /** * Returns
Take the example classes below. I want to display the customer and two addresses
example: I want to see if array[5] holds a value or is empty.
The 1st example below illustrates the working code. I want to take the working
I know that CAS is of limited value , but I want to learn
I want to take a character from a file.txt which has only one character
I have an issue with an SQL Query. Lets take this example data itemID

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.