Search:

Type: Posts; User: nat

Search: Search took 0.13 seconds.

  1. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    Thank you very much Norm. I tried this, but I made some mistake I suppose, so I will continue to try this. Thanks again
  2. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    Thanks Greg
  3. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    I also have another problem. I can't make a jar file, so how can I run the program from a command line? Can I?
  4. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    I just run it from IntelliJ. I tried to debug it and again, the processing of the new window, which is supposed to be a screenshot of the map, finishes, and instead of the window with the screenshot...
  5. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    I just meant if you can mention please what do you understand by configuration problem? In that context, can you please tell me several possible?
  6. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    OK, so what do you suppose to do now? What could be wrong?
    And I forgot, in some parts of the day the program works on the desktop as well, but rarely. First it happened rarely, then frequent, and...
  7. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    I use VMWare to connect to the desktop from my laptop. Yes, the desktop is connected in a cloud, connected on a LAN, and yes, the laptop uses the WiFi in the lab. But if I run the same program,...
  8. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    Wi-Fi= local area wireless technology
  9. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    There isn't any message appearing. But if I run it on my laptop using VMware and WiFi, i.e. to run the same program connecting on the desktop computer where it doesn't work and doesn't show an error...
  10. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    I put now, but again the same problem persists. Here is some of the code:


    try {
    robot = new Robot();

    ImageManipulation imageManipulation = new ImageManipulation();
    ...
  11. Replies
    23
    Views
    1,529

    Re: Problem with running the java application

    No, only the program doesn't open the window which is supposed to be a screen shot of the Google Map, but opens again the starting window for the program.
  12. Replies
    23
    Views
    1,529

    Problem with running the java application

    Hi,

    I have a java application which uses Google Maps to analyze the traffic condition.
    But sometimes it can be run and work properly, sometimes not. On some computers on which there is installed...
  13. Replies
    0
    Views
    750

    Creating a pie chart

    Hi,

    I have a Jtable with a JScrollpane.
    Now I would like for every row selected in the Scroll pane, the appropriate chart to be created in some kind of a pace holder, or a label...
    Can anybody...
  14. Replies
    4
    Views
    938

    Re: The output file is empty

    Thanks.The code doesn't write anything inside, and the file is not opening. I open it after the running of the program and the output file is empty, and it is supposed to write the results of the run.
  15. Replies
    4
    Views
    938

    The output file is empty

    Hi,

    I have an output file which should contain some total values from calculations, but at the end it is empty.

    Here is my code in the try catch block:



    BufferedWriter bwArea = new...
  16. The column in JTable is not showing the proper values

    Hi,

    I have a column in JTable in JScrollPane which shows a screenshot of a map, and two more columns. In the first column a name of a section on the image map appears, and in the second should be...
  17. Replies
    3
    Views
    1,024

    Re: Passing a value from applet to java script

    I solved it without applet. Thanks anyway.
  18. Replies
    3
    Views
    1,024

    Passing a value from applet to java script

    Hello,

    I have a java application in which when starting it a map is opened and a screen is captured. The capturing is in certain time interval. I want to enable the user to change the interval for...
  19. Problem with columns in JTable and JScrollPane - equal values in two columns for every row in a Jtable

    Hi,

    I have a JScrollPane with two coulmns. In the first column I have an image pane JTable, and in the second a list with names of sections. This second column I try to divide in two columns, one...
Results 1 to 19 of 19