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 6865767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:05:42+00:00 2026-05-27T03:05:42+00:00

I have a JTable to enter some numbers ina certain range. When they exceed

  • 0

I have a JTable to enter some numbers ina certain range. When they exceed that range, an exception occurs to show an error. Also when you enter other characters or even you enter nothing.

When those things happen, I want to get the old value back. I have thought to make a listener which warns me when a cell gets focus (I mean when the cell is opened for entering values). Then I would save that value, and if something goes wrong, I have the value ready to be entered again.

I have searched for a while but I haven’t seen the way to do that listener yet. How could I do that (or in a different way)?

  • 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-27T03:05:43+00:00Added an answer on May 27, 2026 at 3:05 am

    Table model (your subclass of AbstractTableModel) is expected to do the validation.

    When JTable is updated, it performs a call to

    public void setValueAt(Object aValue, int rowIndex, int columnIndex)
    

    Validate the value there, if it does not match the range, just do not update it in your implementation of the model. After setValueAt() is called, the table re-reads the value from model (by a call to getValueAt()), so the original content gets back to the table.

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

Sidebar

Related Questions

I have a JTable that I want to use to display some data (a
I have a JTable where i enter some values. This is the listener function
I have set some parameters for my JTable, but it seems they are in
I have a JTable that is within a JScrollPane. Rows are added to the
I have a JTable that is using a TableColumnModelListener() to detect when the column
I have a JTable that stores the results of a database query, so far
I have a JTable using a custom DefaultTableModel which has some Booleans in the
I have a swing layout with some labels and a jTable. On the left
I have an application where I have a JTable with line breaks(pressing Enter key
I have a JTable which has certain cells editable. If the user enters in

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.