1,027 Posted Topics
Re: Constructors simply initialize your program ... intialize means that what do you want your program to do automatically when it starts ... for example if you make a GUI (Graphical User Interface) you'll want your program to display the window and all the buttons and fields etc when the program … | |
Re: Hey have you tried to go to the task manager and see which process is taking the cpu ??? | |
Re: You can uninstall windows messenger from the add/remove windows components ... | |
Re: you can simply make an object of the class you want to use ... like this [code] public class1{ WantedVariableClass wvc = new WantedVariableClass(); //now you can access the variables like this wvc.variable1 = 10 + 90; wvc.variable2 = 10; } [/code] | |
Re: if you are using win 2000 or win xp .. you can repair the windows. You can also start your windows with last known good configuration. | |
Re: Read about j2me ... its all about mobile application development. | |
Re: I think there's also a sotware to do it without uninstalling programs .... and it was system mechanic ... I am not sure cuz I dont have system mechanic now ... try it and tell me too. | |
Re: We all love studying ... but what we hate is the text books allocated by our institutions .... simply try to think that you are not studying your text ... you're just studying for knowledge and fun. The other way .. you wont be able to avoid studies for the … | |
Re: Yes I think Dani is right ... I would prefer an MBA IT degree after my BS in CS ... but before that I would be working on some certifications to refine my practical skills .... Experience will matter when I'll gain some. | |
Re: Bush has won ... now a trick or brick dont matter .. | |
Re: Is it the option when the choice of operating systems is displayed ??? then you can do something like this .... if you can start your windows .... right click my computer go to properties ... > advanced .. > startup and recovery settings ..> select your default os and … | |
Re: Although not strictly computer funnies ... but they look good to me. | |
Disk Cleanup has a lot of options when its opened from the command prompt Click start --> Run and type in cmd type in chkdsk.exe plus one of the following switches. In the command prompt you will type in something like chkdsk.exe /X to run the desired operation. /C Will … | |
XP automatically searches your network for any network shares (Printers and Files). While it's looking for this information you're sitting there waiting for your stuff to be displayed. If you'd like to speed this up then here's your instructions. Open My Computer Click Tools --> Folder Options Select the View … | |
Re: specifically which windows are you using ?? for win xp go to administrative tools in control panel .. then go to services and set your desired service to auto. | |
My hard disc is slowing a little bit ... I reinstalled windows on an ntfs file system ... but it didnt matter .. now if I format all my hard drive ... will it restore its speed or there are other factors that affect the speed of the hard drive … | |
Re: I vote for philips --- lets make usa better:d | |
| |
Re: couldnt you make a new frame and just hide the one that called the new frame ?? | |
Re: I've used system mechanic mechanic pro ... and it has been quite helpful to me. | |
Hey Dani ! I was looking at the members list ... n I saw so many members throwing one post in the forum and then disappearing for life. I was thinking if they could be mailed reminding that they were missing a lot of updated stuff or so ... That … | |
Re: I want to travel throughout the universe .... a speedy universe traveller machine :) | |
Re: where is your while loop ?? I didnt find any in your code. | |
Re: you just confused me ... can you explain your question clearly ?? or you can just post what you have done till now .. it'll be more helpful. | |
Re: just make a function .. call it on top of the main class... and you can input a username and password from the user ... and if you want it permanent .. then you can save it in a file in encrypted file or as it is. | |
| |
Re: Hasnt anybuddy played Sudden Strike, Sudden Strike 2 and now recently released Sudden Strike Resource War ???? I like strategy games .... I've played need for speed all versions except 7 underground ... and I've played Max Payne gta the sims simcity sim theme park Cricket 2004 Fifa 2004 and … | |
I wanna ask .... if I want to save the content of JEditorPane or JTextPane in a file without losing the formatting ... how should I do it .... If I save it to a string ... all the formatting is lost . | |
Re: do you want the screen saver on your mobile ??? | |
Re: nice fighting ... but what was that last dragon swallowing all the icons ?? | |
Re: [QUOTE=OurNation]to make it display some where but not in the way[/QUOTE] what does this mean ???? where do you want it to be displayed ?? if I were coding ... I would have put it in the startup and check for date and time ( Calendar class) everysecond or so … | |
I have taken Mobile Application Development as my last semester subject .. I was wondering if it was worth giving a brand new forum for MAD. Or there is some other place where I could post my problems ?? | |
Re: [QUOTE=Catweazle]Australian Rules Football and Cricket are passions of mine. Rugby I have a mild interest in (it's a MUCH better game than Gridiron ;)) Softball's another game I've had strong interest in, and in fact I've coached it at State Championship level in the past.[/QUOTE] Catweazle is an Australian ... … | |
Re: get an apple from Pakistan and you'll forget all others :D:D:D | |
Re: it can be played by downloading a codec from microsoft.com if you are using a previous version of media player. | |
Re: Could you post the code that you've done till now ... that way we can be more helpful. | |
Re: Could you please post the full code .. and please indent the code properly and have it in code tags | |
I just bought a new Nokia 1100 mobile ... has anyone got some cool thing for the mobile ... ie the ring tones etc. | |
Re: You could use a database and sql to query all that you want. | |
when I see anyone's profile ... its writen he or she is not a member of any public groups. What does that mean ??? | |
I had seen his latest movie ... Around the world in 80 days .... he has done the movie in his natural style after a long time ... what do you think about it. | |
Re: are you downloading the web installer of jre ... you should download the full offline version ... and then install it. | |
Re: you could use : public boolean function(int param1, int param2...){} boolean is used to return true or false ..... and you can use if statements ... for your last two questions. | |
Re: See if this function works : [code] public void calculatePrime(int number){ for( int i = 2; i < number i++){ if((number % i) == 0){ System.out.println("The number you entered is not a prime"); return; } } System.out.println("The number you entered is prime"); } [/code] | |
|
The End.