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 Chriss Miller 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: Jimguld
  • Content: Threads
  • Order by date
  1. Jimguld

    What Java version do I need to run Servlets ??

    Hi I am trying to run Servlets and the Servlets Classes i part og Java Enterprise Edition. Do I need Java SDK ?? The EE installe under c:\sun ??
  2. Jimguld

    How to copy and paset bewteen JTables

    Hi everyone, I wish to copy cells between two JTables. Does anybody know how to do this. I have searched everywhere and not really found annything. Only some recommendations about using the clib borad. But how, any code examples would be appreciated highly. Cheers Jim
  3. Jimguld

    How to force a scrollbar to scroll down by itself

    Hi , I have a JTextarea that I add text to every time I press a button. But I can't seem to get the textarea to scroll down by itself so I can see the last added line. I have tried going about the viewport, but it sucks a bit. Any suggestions Tried this..but not really good JViewport port =...
  4. Jimguld

    Starting a Java Application

    Hi I have made a little Java Application that I would like to run. I have compiled it and can run it using the c\:> Java myapp However I would like to run it from a desktop icon. So when I double click on an icon the application starts. How do I do this, and what command should I type in the...
  5. Jimguld

    how to set background color on a JLabel

    Hi I have tried to set the background color of a JLabel. It should be very simple, however it does not seem to work. I am trying to use the setBackGround method, and teh JLabel is added to a JPanel... JLabel label = new JLabel("Hello World")...
  6. Jimguld

    starting a jar file

    Hi can anybody please tell me how I run a Jar file. I have made a java application and created a JAR file from it. Now I would like to make an incon and run the application when I click on teh icon. What should I write as the target... I have tried this... java - jar 'c:\myjar.jar' ?? and...
  7. Jimguld

    Remember actions in Java

    Hi I am trying to build a sort of memorizer in Java. Try to imagine that I have selected a text item from five comboboxes. Only when all comboboxes are selected it represents a state where a button becomes enabled, otherwise the button will be disables. Then I wish to rember my selections and...
  8. Jimguld

    Triggering problem when defining the Porcess Definition

    Hi everybody I have a strange problem trying to setup a trigger in MQS on Windows XP. I have the server installation and client on same machine. I know the requirements are :to setup a trigger monitor :to setup an init queue :to setup an application queue :to setup process...

Part and Inventory Search

Back
Top