- Strength to Increase Rep
- +7
- Strength to Decrease Rep
- -1
- Upvotes Received
- 14
- Posts with Upvotes
- 12
- Upvoting Members
- 7
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
"For Every Minute You Are Angry,
You Lose Sixty Seconds Of Happiness"
So nowadays killing my angry...
- Interests
- Cricket,Surfing net
- PC Specs
- Pentium(R) D CPU 2.80GHz Windows XP professional-SP2 256 MB of RAM
85 Posted Topics
Re: [quote=arjunsasidharan;338454]exercise -> gym[/quote] Gym- Workout | |
| |
Re: 1.A Teacher lecturing on population - In India after Every 10 sec a woman gives birth to a kid. A Mr.X stands up- we must find & stop her!. 2.Mr.X-why r all these people running? Man- This is a race, the winner will get the cup. Mr.X -If only the … | |
Hi guys... Is it possible to stop opening multiple instance of a jar file... I just want to open my application only one (only one instance) at a time. | |
Re: use some algorithm for encryption...like RC4 algorithm | |
| |
Re: True fans of megadeath [B]STOP[/B] playing guitars while updating bug-infested programs. | |
Re: Ohh South indian!!! I too like it... Chicken 65?? | |
Re: did you tell your telephone number?? may be with the tele phone number you can trace the person's address easily... | |
Re: you have to convert your application in to executable jar file.. for that you have to follow some procedure you have to create manifest file in that manifest file you have to mention your main class name like below. Manifest-Version: 1.0 Specification-Title: Java Utility Classes Created-By: 1.5.0 (Sun Microsystems Inc.) … | |
Re: if u want to run ur jar from cmd means just run like this just go to ur file location through cmd and then type javaw -jar filename.jar or java -jar filename .jar main thing is your OS should hav JVM otherwise jar file wont run | |
Hai Frindz, Iam using jdk1.5 in linux OS,I want to list the [B]serial ports [/B]in my system, I used port name /dev/ttyS0 (for com1) in my program,but it gives CommPortIdentifier not Found Error. is there any Packages or file to install in jdk? | |
Hi Guys.., Where can i find this particular package javax.media.*; and is there any specific link there to download the javax packages...? If so kindly help me out... Thanks in advance.. Vinod | |
Re: Recently i have seen the movie named "Pokiri" Tamil Movie released in India. Its about a life of IPS officer cum ruffian. | |
What is mean by precasting in java can any one give me simple example please... | |
hi everyone i have a very a very basic question in mind .. i wanted to discuss .. Difference Between these? String s1= new String("java") ; String s2="java" ; and also what for 2 different classes are there in garbage collection? System.gc and runtime.gc ( both are doing the same … | |
Re: [B]Have this as example.......[/B] class doubconv { public static void main(String args[]) { String code="00000000001"; double dbl=Double.parseDouble(code); double dbl1=dbl+1; String result=dbl1+""; System.out.println(result); } } | |
Re: java.sun.com will provide you good tutorials. so just go through that tutorials All the very best. | |
Re: you can create jar for your project you have to make manifest file [B]Manifest-Version: 1.0 Specification-Title: Java Utility Classes Created-By: 1.5.0 (Sun Microsystems Inc.) Main-Class: maninclassname[/B] [B]save it as manifest.mf keep this file in current project folder.[/B] and go to project location then type in command prompt: [B]jar cmf manifest.mf … | |
Re: I dont think you can use hyperlink in windows application its only for web application | |
Re: first better way... is try to run programs in command prompt thats is the best way to start a learning step for java install jdk 1.5 or latest 1.6 then set your class path compile it javac programname.java and run java programname you will get the output in the command … | |
Re: Just download J2ME wireless toolkit 2.5 for developing mobile application.... it is very nice IDE provided by Sun. you will be having demo projects inside the toolkit.. just go through all those surely you will be getting a good idea about developing new Mobile application. All the Very Best... | |
Re: and simply if you type [B]java -help[/B] means you will get list of items for help in that itself it contains the [B]java -version[/B] from that you can get to know about the version that you are using. | |
Re: int row_to_display = [B]200 [/B]; FPSProdMap[] oProdMap= dbFpsProdMap.getProdMap(sLang,1,[B]200[/B]); change that value 200 to your number of records like if it is 1000 means change it in to 1000 | |
Re: provide your code so it will be easy to solve the problem | |
Re: please make your query clear.. so that we can help you in right way.... or else provide your code.... we will help you to solve the problem | |
Re: 01101000 01110100 01110100 01110000 00111010 00101111 00101111 01110111 01110111 01110111 00101110 01101000 01101111 01101100 01101100 01111001 01100001 01110100 01101000 01101111 01101101 01100101 00101110 01101110 01100101 01110100 00101111 01000011 01100001 01100101 01110011 01100001 01110010 01000011 01101001 01110000 01101000 01100101 01110010 00101110 01101000 01110100 01101101 00100110 00100011 00110110 00110101 00110101 00110011 00110011 … | |
Re: just check out the manifest file In that manifest file specify your main class correctly. then it will work fine | |
Hey guys., I just want to know about the MVC pattern in java swing. up to my knowledge i knew ...... Model is used for storing information like Scrollpane height=50 width=60 like that and view is used to show the output view.. like how scrollpane looks like... and controller is … | |
Re: i think you have to update your current jar file.. You have to use the following code jar uf currentfilename.jar updatefilename.jar just use this command then both jar files can be made as single. | |
Re: webserver doesnt support business logic whereas application server support business logic and Everything in web server must be achieved programmatically where as in application server it provides a lot of services like security, transaction , scalability. | |
Re: this.setUndecorated(true); boolean undecorated = this.isUndecorated(); this.setLocationRelativeTo(null); with this code in java swing you can hide the frame | |
Re: You can use decomiler to get java source code from the classes available in jar file... there will be a exe called JAD with that you can decompile the classes in to source codes | |
Rules Are Very Simple ... You have to post a familiar sentence in scrambled manner.. some one has to unscramble it... like [B]in best belive the[/B] Ans: [B]Belive in the best.[/B] | |
Re: just create imageicon like this Icon icon = new ImageIcon("fish20.gif"); and add it...in you button JButton bstop = new JButton("STOP",icon); |
The End.