Search:

Type: Posts; User: harshilshah

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,221

    Re: Y is this showing a error???

    2093

    hers the snapshot with error
  2. Replies
    4
    Views
    1,221

    Y is this showing a error???

    Y DOES THIS CODE SHOW ERROR ?????????

    import java.awt.Component;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.image.BufferedImage;
    import java.awt.image.ImageObserver;...
  3. Re: while looping a swing worker does not display results on jtable?

    oh !! I again modified the code,solving the above problem.. But still no result ??



    import java.awt.BorderLayout;
    import java.awt.EventQueue;
    import java.util.List;
    import java.util.Scanner;...
  4. Re: while looping a swing worker does not display results on jtable?

    fails means : IT dosn't show the values in the jtable... The program executes without errors. input is also given,but the input is not shown in jtable

    --- Update ---

    u can try executing the...
  5. while looping a swing worker does not display results on jtable?

    hi,
    I am using swing worker to update my GUI in edt. I have the code below. when I run the code without the while loop it works,
    whereas when I run with the while loop it falis , why is it so...
  6. [SOLVED] How to complete the process( ) for this swingworker ??

    Hi,
    I am updating the jtable with the message I enter ... I want to implement a process() for this swing worker ?
    how do i complete the code of process() ?



    import...
  7. Replies
    2
    Views
    3,538

    [SOLVED] Re: SwingWorker updating JTABLE ...

    FOUND THE SOLUTION .... :)
  8. Replies
    2
    Views
    3,538

    [SOLVED] SwingWorker updating JTABLE ...

    Guys,

    I want to update the JTABLE with contents of database using swing worker . I have a code below,but it doesnt show the data in table ?
    There are no errors, please help me with...
  9. Replies
    12
    Views
    2,673

    Re: Flickering Checkbox in jtable ?

    I studied about concurrency. I was guided to use swing worker threads and modified my code.. Still no results I have posted it here:...
  10. Jtble not updating using swing worker thread ?

    I want to update the Jtable when a message is entered. The Jtable does not show any values . I also want to update the Jtable when new values are entered ?
    below is the code and snap shot of Image ...
  11. example for updation of JTABLE using swing worker thread

    hi,

    can some1 please provide a small sample code for updation of a JTABLE with swing worker thread...

    Regards,
    harshil
  12. Replies
    12
    Views
    2,673

    Re: Flickering Checkbox in jtable ?

    click on the checkboxes on 1st iteration,ul see the data selected in console. Then add new values and click on checkboxes. u'l see it flickering & no data selected in console...u can see the images I...
  13. Replies
    12
    Views
    2,673

    Re: Flickering Checkbox in jtable ?

    Application images are added above for better understanding .. . .

    Input for 1st iteration :s1 4.55 2013-04-24 17:26:48.0 ACK s1 4.55 2013-04-24 21:36:07.0 nil

    Input for 2nd iteration...
  14. Replies
    12
    Views
    2,673

    Re: Flickering Checkbox in jtable ?

    20282029203020312032
  15. Replies
    12
    Views
    2,673

    Re: Flickering Checkbox in jtable ?

    okey norm..il do that. give me some time to modify the codes.
  16. Replies
    12
    Views
    2,673

    Re: Flickering Checkbox in jtable ?

    this is a client-server socket program in java.. and includes database as well.
  17. Replies
    12
    Views
    2,673

    Flickering Checkbox in jtable ?

    I generate a JTable dynamically with sql data. First iteratioin checkbox gets selcted and corresponding row values are fetched. In next iterations checkbox selected flicker and the correspaonding...
  18. Replies
    2
    Views
    1,283

    Whats wrong with this row in jtable?

    y dosent this row get the color ??

    2007



    table.setDefaultRenderer(Object.class, new DefaultTableCellRenderer()
    {
    @Override
    public Component...
  19. coloring the checked row in jtable using checkbox

    Hi,
    I am using two cell renderers
    1>customcelleditor : for getting the cell values when checkbox is checked.
    2>customcellrenderer : for coloring the row whose checkbox is checked .

    I want to...
  20. Replies
    2
    Views
    1,236

    coloring the checked row in jtable

    Hi,
    I am using two cell renderers
    1>customcelleditor : for getting the cell values when checkbox is checked.
    2>customcellrenderer : for coloring the row whose checkbox is checked .

    I want to...
  21. how to get return values from a button to main program.

    hello,

    I have a main program which has a button Authenticate. On click of authenticate open a form for auth which has USERNAME FIELS AND PASSWORD.
    If entered fields are true then enable editing...
Results 1 to 21 of 21