Forum: Java Dec 9th, 2008 |
| Replies: 4 Views: 397 Sorry if i hurts any one, and iam a big fan of this community , ya iam new to the GUI , if not i wont the post question at all, By the Way Thanks For your comments and suggesstions |
Forum: Java Dec 9th, 2008 |
| Replies: 4 Views: 397 Iam So Sorry to say this ...
Guys i dont know what the hell with these replies .
is this Community is For Posting Questions or to investigate that the posted Queston is an Assignment or Something... |
Forum: Java Dec 9th, 2008 |
| Replies: 4 Views: 397 Hii Folks ,
Sorry For this Long Question,
Problem: I Want to Create 5 check boxes and i want to reorder those components using a GridBagLayout , and it's have a Container called... |
Forum: Java Dec 9th, 2008 |
| Replies: 4 Views: 665 Thanks for your Replies ,
Let me Explain the Question Clearly , and it is not an Assignment also.
we have a several swing components like button , textfiled etc....
and i would like to know is... |
Forum: Java Dec 9th, 2008 |
| Replies: 4 Views: 665 HI Folks ,
Any one Here Name The Java Swing Component with "Date and Time Instance"?
Thankq
Sekhar |
Forum: Java Nov 28th, 2008 |
| Replies: 2 Views: 249 Hi Frnds,
Sorry For The Spam .
i have a class name"Super"
program:
package turn;
public class Super {
public static String platformFlag=null;
public void parse() |
Forum: Java Nov 18th, 2008 |
| Replies: 2 Views: 430 |
Forum: Java Nov 17th, 2008 |
| Replies: 3 Views: 458 not kidding man if u know how to write code show me that |
Forum: Java Nov 17th, 2008 |
| Replies: 13 Views: 1,654 int accountNumber[] = Integer.parseInt(account[count][1]);
int pinNumber[] = Integer.parseInt(account[count][2];
int balance[] = Integer.parseInt(account[count][3];
String name =... |
Forum: Java Nov 17th, 2008 |
| Replies: 3 Views: 458 HI Folks,
Suppose say Class ("DaniWeb") Contains 3 Objects
1.SunSystems
... |
Forum: Java Nov 17th, 2008 |
| Replies: 2 Views: 430 HI Folks ,
Sorry if it is the Repeated Question....
---> I want to Create An Object for a Class With user specified name.?
Example :
Class Name : Simple
User Specified Name for... |
Forum: Java Oct 23rd, 2008 |
| Replies: 16 Views: 4,836 ok, if u you know the answer please post here.. |
Forum: Java Oct 23rd, 2008 |
| Replies: 16 Views: 4,836 Hi manisha ,
I tried the same above but it's not opening the command prompt ,
it's compiled successfully , but it is hanging after that ,
i tried this using cygwin environment in... |
Forum: Java Oct 21st, 2008 |
| Replies: 11 Views: 3,847 Thankq ,
i found that using java Program through " Cygwin(Environment) " we can't run "find' , "awk" and 'redirection opertaior".so i changed my platform , now i have written the java program in... |
Forum: Java Oct 17th, 2008 |
| Replies: 0 Views: 688 Hi Folks,
Here is the Question for u ?
;) Is it possible to a Run a Unix Shell Script File Using java Program (ex: using Runtime ,process class etc....);)
my Shell Script File Contains So... |
Forum: Java Oct 17th, 2008 |
| Replies: 11 Views: 3,847 HI
This is the Command :
:'( String command2 = "find . -name "+search_file+ " -print";
Where "search_file" is the argument ....
Error Message : : I have Taken The... |
Forum: Java Oct 16th, 2008 |
| Replies: 11 Views: 3,847 Well , did u look at listing 4.4 in the page 4 there the ouput of the file "BadExecWinDir.java"
shown as file not found error but as i executed in my program the same command it listing me the... |
Forum: Java Oct 15th, 2008 |
| Replies: 11 Views: 3,847 Hi folks,
Process p = Runtime.getRuntime().exec(cmd, null, workDir);
what's the " workDir " Represents here
Does it related to command(unix)?
------------------Please go through this... |
Forum: Java Oct 15th, 2008 |
| Replies: 11 Views: 3,847 HI brianlevine
thanx for reply, Already i gone through that link,it's awesome..
But i cant figure out this problem. |
Forum: Java Oct 15th, 2008 |
| Replies: 11 Views: 3,847 HI darkagn,
ya i changed the permissions of the folder , but still getting same problem.
i have given 777 permission to that directory. |
Forum: Java Oct 15th, 2008 |
| Replies: 11 Views: 3,847 Hi Folks:) ,
Problem: how to run unix "find" Command in Java Program using Cygwin Environment.
I have been using the Runtime & Process classes to run the unix commands in java... |