JTable that does not show unless physically click into center JPanel.

I update a JTable with a new resultSet and I cannot see the table unless I physically click into the centerPanel of the JFrame where the Jtable is held. Once I do that the data is updated - but I need it to show without any action. I have never encountered this problem before, any advice would be greatly appreciated. Thank you in advance for your advice and time.

use table.setModel(...) and it will repaint itself.

Similar Messages

  • How do i repair or recover data from a corrupt USB external hard drive that does not show up on my Mac desktop or disk utility

    How do i repair or recover data from a corrupt USB external hard drive that does not show up on my Mac desktop or disk utility?
    Last night i was using my external hard drive, for some reason the folder just closed and i couldn't find it on my desktop.
    After googling solutions, i found it in the disk utilities, i clicked on the 'repair' button many times, but it said the 'error...' message.
    So i ejected it to try again, now when i connect the USB external hard drive it doesn't show up on my desktop or disk utilities.
    I really just want to either repair or recover the data on it because it literally has everything (documents, work files, photos etc) on it,
    I downloaded an application to recover my files but it needs the USB to at least show up.recognise it which mine doesn't.
    I know i should've backed it up on another USB, this definitely teaches me for next time to back up all my files.
    Are the files lost forever or can i recover them by going to a shop or using a software?

    Thank you for responding.
    This might sound stupid since i'm not really knowledgeable with Macs,
    but since all my files were moved from my mac computer to the external hard drive,
    is it possible to recover those files through my Mac - like recovering deleted files? 

  • HT201737 how do you close a thumb drive that does not show in finder?

    How do you close a thumb drive that does not show in finder?

    What do you mean by "Close?"
    Eject??
    If so, you could use Go to Computer to find it if it is not in the Sidebar or on the Desktop. Ctrl-click or Right-click on the drive and choose Eject <diskname>
    Or, you could set it to show in the SideBar in the Finder Preferences, SideBar tab. Then, it would have an eject icon next to it in the Sidebar.

  • I have an app that does not show up on the left under iTunes.  How do I delete it?

    I have an app that does not show up on the left under iTunes.  How do I delete it from my Iphone 5?

    If the icon exists on your screen, just do a long press on that icon and when the small X appears on top of the app, press it and it will delete it.  As long as this is not an Apple app, since those cannot be deleted.

  • Need to send my back up email a reset security questions email but the option does not show when I click on password and security

    Need to send my back up email a reset security questions email but the option does not show when I click on password and security

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97456)

  • I have a old excel file that does not show hiding cell boxes on my Mac.

    I have a old excel file that has some hiding info. in some of the cell boxes.  I can not see them on my Mac computers.  When I click on the cells to see the hidden info. it does not show up.

    Are you using Mac OSX version of Excel or the Windows version of Excel?  Regardless being specific to Excel, it would be best to ask in the Microsoft Office forums.
    Microsoft Office for Mac forums
    http://www.officeformac.com/productforums/
    Microsoft Office for Windows forums
    http://answers.microsoft.com/en-us/office

  • How can I remove a mail account that does not show up in Internet Accounts?

    I have a Mail account that I cannot remove because it does not show up in System Preferences > Internet Accounts.  How can I remove this account permanently?
    Here is the account in Mail:
    Here is what I get when I try to remove it:
    Here is what shows up when I click on Internet Accounts:

    Thanks, it was linked in iPhoto.  After removing it from iPhoto I still got the same message when trying to delete the account from Mail.  After rebooting, I was able to remove the account from Mail.

  • How do I delete unwanted music from an iPhone 4 that does not show in iTunes on the computer?

    How do I delete songs from my iPhone that is not showing up in my iTunes library on my laptop?  The songs appear to be from iCloud.  I sync to my laptop.  Show All music is off.  iTunes Match is off.

    Hi Lancefromgoldcoast,
    When you hook up your device and click on it, to the right you will see the Device Profile Screens with tabs like Summary, Info, Music, Photos, etc. Click on the Photos tab. There you will see the boxes that you select to sync (or not sync) your music. To turn off the Music sync, make sure the "Sync Music" box is not checked.
    Cheers,
    GB

  • Closing an application that does not show up as open

    I downloaded an application off the internet and it is messing with my computer.  I tried all the ways to delete but it wont because the error message says that it is still open.  however, I cannot close it using the conventional methods including turning off the computer.  it does not show up as open when I use the force quit menu so it will not let me force quit it.  ultimately, I want to delete this intrusive application.

    Name of app?
    Did it come w/a Read Me file?
    Did it come w/an uninstaller?  If so, use it.  If not, go the app manufacturer website for uninstalling instructions.
    Check System Preferences>Accounts>Login Items.  You can disable from there.  Also, there is a mapping location of where the file is.

  • I have one app that does not show up in Launchpad

    I have one app, the game Diablo II, that still shows up in my Applications folder as it always has but does not show up in Launchpad when I pull that up in Lion.  All of my other apps are there in Launchpad... but not this one.  Any idea how I make an app that I can see in my Applications folder show up in launchpad also?

    If the icon exists on your screen, just do a long press on that icon and when the small X appears on top of the app, press it and it will delete it.  As long as this is not an Apple app, since those cannot be deleted.

  • How to install software that does not show in add\remove?

    I have a agent that i need to install on all our computers but the program does not show in add\remove when installed correctly.
    It does however have a service that runs and some processes that run.
    Can someone tell me what the best way of installing this is?
    Should I create a collection based of the Service\Process or even based of the file sitting in C:\Program Files.
    I wanted to create a collection of computers that had the software already then create another collection that had all computers with it missing and create a advertisement from this..
    I am just not sure how to do this one when it does not show in add\remove

    Please create the new SCCM query based collection for computers which have required software installed. We can create this collection based on service. 
    For example :Below SCCM query will add the computers which firewall service is in disabled mode.
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SERVICE on SMS_G_System_SERVICE.ResourceId =
    SMS_R_System.ResourceId where SMS_G_System_SERVICE.Name like "MpsSvc" and SMS_G_System_SERVICE.StartMode like "Disabled" 
    Create another collection for computers which have software not installed and add the below query for the collection. Replace the "CollectionID" with collectionID of first collection.
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where ResourceID not in (select ResourceID from SMS_FullCollectionMembership
    where CollectionID = "CollectionID") 

  • Report similar to MC$4 that does not show absolute values

    Hi all,
    We need a report similar to Report similar to MC$4 which has the same drilldown capabilities but does not show absolute values, and instead shows the proper (actual) values.
    Or if its possible to change something in the MC$4 report to show the actual values and not the absolute.
    Thanks in advance!
    George

    HI
    Your input criteria should contain all plant numbers and the period to be analyzed.  Execute the report and then select:  Plant Analysis\Export\Transfer to XXL\Deselect all options and tick Plant, Storage Location and Month.  Follow the options to export to Excel.  Report will be based on Plant, Storage location and Month.
    Regards

  • How do I eject a dvd that does not show on the desktop

    How do I eject a dvd from the drive when it does not show on the desktop?  I tried restarting and the drive makes noise but does not eject the dvd.

    oldlarry wrote:
    How do I eject a dvd from the drive when it does not show on the desktop?  I tried restarting and the drive makes noise but does not eject the dvd.
    Hold down the mouse button while restarting. This should eject any disc in the drive.

  • Iphone 4s data will not work + does not show up when plugged into macbook.

    I need to try to reset my iphone because it is not allowing me to use data on the phone even though my carrier had verified all the settings are correct and that I have unlimited data on my plan. Every time I try to access the internet on the phone without wifi connected I get an error message saying "could not activate cellular data network" or "you are not subscribed to a cellular data network."
    However, when I plug my iphone 4s into my macbook pro it is recognized and shown in itunes, however I cannot download photos (iphoto shows an error message saying "no camera found") and the phone does not show up on my desktop or finder. I find alot of people have a problem with the iphone not showing up AT ALL, but mine works in itunes, just nowhere else on my computer.
    I have tried to use icloud to back it up, but when I log onto icloud with my macbook to see what data is there and try to access my photos, only my contacts and a few other apps I dont need show up. No photos at all.

    If there's an Apple store nearby make an appointment with the genius bar to have it checked.  Be sure to sync it and back it up, as well as import your photos and videos to your computer and back up your contacts separately (such as by sync them with iCloud) in case it needs to be replaced.

  • Content on my Ipod Touch that does not show up in my iTunes library.....???

    I have a group of about 6 podcasts on my ipod touch that I am trying to delete b/c I've already listened to them and want to free up space. Problem is when I plug into iTunes my library does not list these podcasts as being on my ipod. I know they are on there because I can listen to them but for some reason they do not show up. All of my other podcasts show up, just not these. I'm running iTunes 9.0.3.15 if that makes a difference.
    Seems like i've run into this problem before as well with an audiobook. Don't remember how I got rid of that.

    No problem. Glad to have helped.
    Not sure as to why it happened. I just know this has been happening to a few users lately. It may be with how you have your iPod touch configured to sync Podcasts. So you may want to double check these settings as well as mess around with them a bit to figure out if that is the cause. Otherwise, I'm not entirely sure on this one. Sorry I cannot be of much help here.
    B-rock

Maybe you are looking for

  • Can i use my 21.5" imac as an external monitor for my macbook pro?

    I have a 21.5" iMac (with Intel processor) that I'm trying to use an external monitor for a new Macbook Pro.  Both machines have a thunderbolt input.  I bought a Belkin mini displayport to mini displayport connector, but my macbook is not displaying

  • TS3694 trying to reset my ipod but im having no luck

    im locked out and cant rest my ipod

  • Looking forward a help  from Sniper13

    To Sniper13: Several days ago ,I read the answers you give for the performance problem with oracle database .There ,you mentioned you run a example and solved the problem. Now I am working with a Multimedia DataBase . Until now, I have successfully u

  • Resource Central - Premiere CS4

    When I try to open Resource Central, I get a message, "We're sorry, but there was an error communicating with the server. Please try again and if the problem persists, contact Adobe Technical Support. (505)". *D-Link DIR-655 router Hughes Net Satelli

  • LDAP on SPA514G

    Hello All, I am trying to get my SPA514G to connect to the LDAP server. I have tried several different conifgurations, but I still receive the error message: LDAP Error: cannot connect to server Attached is a screenshot. Is there any glaring mistake