Is there any option in JTable to add the column number

Hi,
I am using JTable to show some data read from database.
I want to add the column number autometically.(Without by talking a variable and incrementing that by 1.After that add that to the first column.)
I want just like a auto increment row number.
Is there any option in JTable?
Thanks

                    for(int i = 0; i < table.getRowCount(); i++){
                        table.setValueAt(i, i, 0);
                    }

Similar Messages

  • Is there any options to know what is the particular field that has been changed or updated in AR invoice?

    Hi...
    Is there any option to know what is the actual field that has been updated / changed in the AR Invoice document.
    ADOC and ADO1 Contains the history of the updated documents .....
    but i need what is the exact field that has been changed....?
    Is there any option.....?

    Hi Gopi,
    Please check below links.
    http://help.sap.com/saphelp_sbo882/helpdata/en/45/06b97f7d720487e10000000a155369/content.htm
    Queries off the Change Log
    Query for Change Log
    In above links, You can Modify Query as per your requirement.
    Hope this help
    Regards::::
    Atul Chakraborty

  • Is there any standard SAP table which stores the license number assigned to a delivery item

    Hi Experts,
    This is in relation to license number assigned to a delivery item under ‘Export License Log’. Our scenario is for delivery of type NLCC created for an inter-company stock transport order. (i.e.not a sales order case where the license may get copied from sales order to delivery through copy control)
    As we understand, for legal control – relevant scenarios, export license for each item shall be determined afresh every time the delivery is accessed. (Depending on legal regulation, grouping, destination country, export control class, delivery partners vis-à-vis license master customer assignments etc.)
    To print the license text on one of the delivery output types, we want to access the license number for each item. (determined under export license log)
    Our question is:  is there any standard SAP table which stores the license number assigned to a delivery item?
    We have checked some of the license tables (T606*, VAEX, EMXX etc.) but couldn’t get any specific table storing delivery-item-specific license data.
    Helpful answers Text Removed
    Regards,
    Jagan
    Message was edited by: G Lakshmipathi
    Dont add such text in your post

    Hi Lakshmipathi,
    The export control log can be accessed by going to delivery Extras-> Export license log
    We need a table that stores the determined license for each item in a delivery document ( as shown in the below screenshot)
    Regards,
    Jagan

  • HT4812 I recently fixed my computer and need to reinstall logic pro 9 but I can't find the booklet with my serial number, is there any other way I can get the serial number for logic pro 9 (box)?

    I recently fixed my computer and need to reinstall logic pro 9 but I can't find the booklet with my serial number, is there any other way I can get the serial number for logic pro 9 (box)?

    If you still have the receipt or other proof of purchase, you can ask Apple to send you the serial. Otherwise, bad luck mate.. Good news is, you can now buy Logic Pro 9 from App Store for just 199 USD

  • HT204150 How can I update iCloud contacts with iPhone contacts? Is there any settings that I can add the contact to my iPhone and it automatically update iCloud contact?

    iOS Device: iPhone 3gs,
    iOS: 5

    I am not able to do the steps that is mentioned about contact syncing off... Any help on getting little more detailed steps.
    I want to sync up my MS Exchange contacts with iCloud contacts. Also I would like to then create Group in my contact list as I would like to then foward my mails to Group contacts directly.
    For SMS, I am able to find several Apps which I have downloaded but for forwarding one email to few contacts as group is what I am not able to do.

  • Is there any option in captivate to capture tool tips

    Hello Friends
    I'm using Captivate 4 .is there any option in captivate4 to record the mouse movement so that i can capture the Tool Tips in the software which i am making the Demo.Hope some one will help me..
    Crazdobe

    Hi there,
    My preferred method would be to capture the initial screens using Adobe Captivate 4, use an screen grabbing application such as SnagIt or the built-in Windows Vista / Windows 7 Snipping Tool to grab just the tool tips and then insert these as images in Adobe Captivate. This method gives you full control over the tool tips which can be faded in and out using Adobe Captivate's Transition Effects (see screen shot below).
    Another way would be to capture the tool tips using FMR (Full Motion Recording). To do this you would simply press F9, roll over the object that includes the tool tip and then press F10 to exit FMR mode. However, it is important to stress that FMR is real-time video and may not be the best solution.
    HTH
    Best - Mark

  • Is there any option to install SQL server in mac os 10.9

    is there any option to install SQL server in mac os 10.9

    Hi PREM,
    If I understand correctly, you want to use SQL Server Authentication log to SQL Server Integration Services.
    Based on my research, only Microsoft Windows Authentication is available for SSIS. So we cannot use SQL Server Authentication log to SQL Server Integration Services. Besides, we can only add OS users in the DCOM Config permission area.
    Reference:
    Connect to Server (Integration Services)
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Hi, I would like to know, why is it that my iPhone's flash lights every time I recieve a notification??? is there any option to turn it off?

    Hi, im from Colombia And: I would like to know, why is it that my iPhone's flash lights every time I recieve a notification??? is there any option to turn it off?
    (iPhone 4s)
    Or is it a hardware problem?
    Thanks for your help!

    Settings/general/accessibility - turn off "LED Flash for Alerts".
    Then go read the manual - http://support.apple.com/manuals/

  • Hi i am Padmanabhan. Recently my cousin gifted me an ipad. when i start creating and apple id it suddenly asks me for my credit card number. i dont have any credit cards. is there any option that i can create an id without using credit cards.

    i am unable to create a itunes since i dont have a credit card. is ther any options to register in itunes without having a credit card? pls help. am unable to install any app

    hey thanks lizdance40 and dilbert41. thanks for your concern and this really helped me using the appstore.. thanks a lot cheers!!

  • Is there any way that I can put the 600 songs that are stored on my old PC onto my new PC?  My iPod has the 600 songs on it but my iTunes will not let me add the songs onto the iTunes on the new computer.

    Is there any way that I can put the 600 songs that are stored on my old PC onto my new PC?  My iPod has the 600 songs on it but my iTunes will not let me add the songs onto the iTunes on the new computer.

    Yes.
    You should have copied everything from the old computer to the new one.
    Type "move itunes library" into the google search bar

  • I want to load large raw XML file in firefox and parse by DOM. But, for large XML file the firefox very slow some time crashed . Is there any option to increase DOM handling memory in Firefox

    Actually i am using an off-line form to load very large XML file and using firefox to load that form. But, its taking more time to load and some time the browser crashed. through DOM parsing this XML file to my form. Is there any option to increase DOM handler size in firefox

    Thank you for your suggestion. I have a question,
    though. If I use a relational database and try to
    access it for EACH and EVERY click the user makes,
    wouldn't that take much time to populate the page with
    data?
    Isn't XML store more efficient here? Please reply me.You have the choice of reading a small number of records (10 children per element?) from a database, or parsing multiple megabytes. Reading 10 records from a database should take maybe 100 milliseconds (1/10 of a second). I have written a web application that reads several hundred records and returns them with acceptable response time, and I am no expert. To parse an XML file of many megabytes... you have already tried this, so you know how long it takes, right? If you haven't tried it then you should. It's possible to waste a lot of time considering alternatives -- the term is "analysis paralysis". Speculating on how fast something might be doesn't get you very far.

  • SCF /SCANNOW - is there any option to exclude some files for the scan?

    Hi,
    please let me know is there any option to exclude some files in SCF /SCANNOW command?
    Appreciate your help!
    Regards,
    Prabu

    Prabu,
    Did your question answered? How is the current situation? Have you tried to replace that file manually successfully?
    Please give us a reply in order to know if you need further help. 
    Karen Hu
    TechNet Community Support

  • For starting macbook without battery, is there any option in OS??

    Hi
    Unfortunately i m not able to start my macbook without battery.
    My question is that is there any option in operating system which i suppose to on for this or it doesn't required any OS interaction!!??
    Regards

    Your MacBook will reduce the processor speed while it is operated with the battery out of it. See Mac Support article http://support.apple.com/kb/HT2332 and http://www.gearlog.com/2008/11/applenotebooks_take_hugeperf.php

  • Is there any option to display selection screen text in bold or big font?

    Hi all,
    Is there any option to display selection screen text in bold letters or with increase font size?
    Thanks n Regards

    Hi,
    Just give atry in this way..
    open the same program ans selection-screen screen no will be 1000 in se51 screen painter,
    go to properties of the texts u want to change then go to display tab and check the checkbox bright.
    it may or may not work but this will work in module pool .
    just give a try...
    Regards,
    Suresh.

  • Is there any option to recover a file we saved with the same name that other by mistake in a MAC PC

    is there any option to recover a file we saved with the same name that other by mistake in a MAC PC

    There's a slim chance. +*Stop using the drive IMMEDIATELY.+*
    Then see: [Data Recovery|http://web.me.com/pondini/AppleTips/Recover.html].

Maybe you are looking for