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 TouchToneTommy 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: srikandula
  • Content: Threads
  • Order by date
  1. srikandula

    How to run .bat file in JAVA

    I have created a program to run the batch file.The problem is when the batch file has commands like "dir" etc its working fine.But when i have command like "cd.." its not running properly. Say I use c:\jdk1.3\bin\javaexamples\java batchRunner.class where batchRunner.class...
  2. srikandula

    Error using jeditorpane ...............StackOverFlowError

    Hello friends, I am working in a project and got a problem using JEditorPane. I have set the JEditorPane conetentType as text/html and editable as false. Now i am reading a html page in the form of string using jeditorPane1.read(ByteArrayInputStream,Object); (the html string i have converted...
  3. srikandula

    How to create display lines on label of JButton

    Can any one help me in this. I have created a JButton and wanted to the text to be displayed as follows on its label. -------------------- | Close | | Exit | -------------------- That is i want to indicate both close and exit labels for...
  4. srikandula

    jni

    I need to pass a user defined object from my c program to java program via jni. It allows me to return java objects like String, or array of String to the calling function in java. But if the object to be returned is a user defined object then it gives an error message saying it can't convert...
  5. srikandula

    making lcass files to exes

    how can we make class files to exe files so that i can just run by the name of the programm . note:- where i am running class files don't have jdk installed.
  6. srikandula

    Hey small regarding swings

    I have one class Parent in swings , it created two child classes say Child1 and Child2 which are also swing applications Parent / / Child1 Child2 Now my problem is what i type in child2 should be heard in child1 and vice versa, the parent...
  7. srikandula

    swings - jtree

    hello every one. i have a small problem i have jtree and nodes in it. now what i want is i want to change the text of the node by a button click . can this happen ,or we should hve two seprate trees and display one after other only. i will thank full if any one answers this immediately.
  8. srikandula

    swings - jtree

    hello every one. i have a small problem i have jtree and nodes in it. now what i want is i want to change the text of the node by a button click . can this happen ,or we should hve two seprate trees and display one after other only. i will thank full if any one answers this immediately.
  9. srikandula

    Url connection in java

    Can any one help me in this problem ? I have created an URL to get the information from some site say as URL hp= new URL("http","www.java.sun.com";,"/index.html"); and opened the conenction as URLConnection hpcon= hp.openConnection(); But when i am reading the...

Part and Inventory Search

Back
Top