Search:

Type: Posts; User: GodspeedPR

Search: Search took 0.20 seconds.

  1. Replies
    2
    Views
    1,440

    How to test all files in a folder

    Im doing some junit test. I have a bunch of files in a folder and have to test each one. Some of them freeze during the process that why i added the time out. I wanna do a loop to add all the files...
  2. Replies
    0
    Views
    26,711

    How to make Multiple JUnit reports

    Im making some Junit Tests that process some files with a parser and the do some other processes. I already have a loop for processing a whole folder at a time. But I want to know how can I do so...
  3. Re: How to control the time that a function takes to execute in a loop?

    Im using junit to run the test. I added the timeout but when the loops get a file that get stuck when the time limit its over it stop the test and just dont continue to the next file. Any ideas about...
  4. How to control the time that a function takes to execute in a loop?

    Im doing a program that open up a folder, makes a list of all the files in a folder, then processes each file one by one in a loop.
    the problem is that some of the files are not in the proper...
  5. Replies
    1
    Views
    1,267

    Creating New File types question.

    Im working on netbeans IDE and I already made a new file type with extension .ikl
    what i wanna now is after I create it. How can I create a new file of type ikl when the user click on a button for...
  6. Re: Checkbox doesnt change when click on JTable

    Sorry About that! here it is

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */

    package trialfiletablemodel;

    import java.awt.BorderLayout;
  7. Checkbox doesnt change when click on JTable

    im building a custom Table for an application and everything is working except that the checkbox doesnt change when you click the mouse on top of it. Im new at java and really dont know what im doing...
  8. Replies
    6
    Views
    1,420

    Re: TableModel problem Java

    The table will just display the files currently open.
  9. Replies
    6
    Views
    1,420

    Re: TableModel problem Java

    This is just the tablemodel . The program really will let the user open up a file. It will load the file info to the JTable, open up and editor. The user can open more than one file at a time. So...
  10. Replies
    6
    Views
    1,420

    Re: TableModel problem Java

    The problem is that when i open a new file it should create a new row on the table with the name and file path of the file and a checkbox. I tried running it but it doesnt display anything.
  11. Replies
    6
    Views
    1,420

    TableModel problem Java

    Im developing a program that has a JTable in it. The JTable should display a checkbox per row, the file name and the file path.
    The problem im having is Im new to java and im having a hard time...
Results 1 to 11 of 11