Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tlohan
  • Content: Threads
  • Order by date
  1. tlohan

    VPN, Firewalls and UDP

    Hi, I have an client-server application that is running over a VPN to a customer site. The client machine is in my office and the server is located behind the customers VPN and firewall. When I log into the application I can bring up http based graphs and reports. However, when I run java...
  2. tlohan

    Running a unix script from an SPR

    Hi, I've created an SPR that selects objects and values from various tables. If these variables exceed certain thresholds I then need to call a script on my unix box and pass these parameters to it. Currently I'm using the SYSTEM command like below: SYSTEM "/LOCAL/bin/myscript -a...
  3. tlohan

    GD::Graph::mixed Unwanted line when using area

    Hi, I'm using GD::Graph::mixed to create a graph of performance over time. My time array has data 00:00, 00:30, 01:00, 01:30 etc. The Summ array has data 0, 0, 0, 10.5, etc. I am producing an area graph for the Summ array but I am getting a diagonal line for the period 1:00 to 1:30. |...
  4. tlohan

    Generating a Report with Graphs and Tables

    Hi, I have used Perl to gather stats on the performance of a product I am working on. I output these stats to a comma delimited file. I have been manually going through this file to create a report document which contains tables and text. I believe its possible to create tables and graphs...
  5. tlohan

    Effects of Online Users on Reporting

    Hi, I'm working on a Web Based Java Application which queries a database and presents graphs to the user. In testing there are six of us and we noticed a decrease in performance of how long it too for the graph to be presented. Ideally the application should support 500 online users. Does...
  6. tlohan

    Creating and Writing Graphs to File

    Hi, I'm new to Java. I have a file that contains performance stats of type: Time IO CPU ............ 10:20:00 100.25 8.93 ............ 10:25:00 150.89 14.61 ............ I want to be able to create graphs to map such things as IO over Time or CPU usage over...
  7. tlohan

    Searching text files

    Hi, I have an application which contains over 400 text files. These files are displayed in a tree structure and can be expanded etc. Within these files are variables and their definitions, however, a variable can appear in more than one file. I am implementing a Search functionality to allow...
  8. tlohan

    Java code Obfuscation

    Hi, Could anyone recommend a very good, easy to use and cheap Java code Obfuscator. Cheers, Tom X-)
  9. tlohan

    Java Version Conflict

    Hi, I have a Java application which is designed to be distributed over a network. In order to do this a jar file is put on each machine and then extracted, using the java -jar NetTool.jar command. However, I have found that if I have a machine with Java 1.3 on it and another with Java 1.2.2...
  10. tlohan

    HashMap -- Whats happening ??? (Urgent)

    Hi, I have implemented a JTree. The tree can be expanded by clicking the handles beside the nodes and when the nodes are clicked on, any information pertaining to that node is displayed. I have also implemented a search function for the tree, which allows the user to click a button and a dialog...
  11. tlohan

    Searching for an item in a JTree (Urgent)

    Hi, I have implement a JTree in my code. I have also added a TreeSelectionListener to this and written code for valueChanged(TreeEvent e). If the user selects a node then the valueChanged method displays information relating to that node. I now wish to let the user type in the name of the...
  12. tlohan

    GUI Problem -- Help need Urgently

    Hi, I have a GUI that when using Java1.2 worked perfectly. Recently we upgraded to Java1.3 and for some reason the GUI is not functioning properly. Under Java1.2 when the GUI initialised the screen appeared as follows: |----------------------------------------------------| || No Profile...
  13. tlohan

    Problem with JPanel

    Hi, I have an application in which there is a GUI that utilises the splitPane functionality. On the left side of this view there is a JTree which shows what 'Profile' has been loaded, initially this states 'No Profile'. On the right side there is a section which displays a JTable that is...

Part and Inventory Search

Back
Top