" data-bs-original-title="" title="">
>(i am looking to a Java editor, if you guys know of one, tell me) popular IDE's would be: * [Netbeans](http://netbeans.org/) (I most often use this since it's helped me in a lot of projects, used it in a long time to learn how to use it efficiently and I …
find a good web host, there are free ones you can use or commercial ones that costs per month (depends on your needs) then just upload your site to your Host
I see that you'll follow using Vmware as an alternative so just to give a possible answer for the first question, as a reference here's a link for a Windows installer for ubuntu called Wubi [http://www.ubuntu.com/download/desktop/windows-installer](http://www.ubuntu.com/download/desktop/windows-installer) and [https://wiki.ubuntu.com/WubiGuide](https://wiki.ubuntu.com/WubiGuide) for a config/installation guide
It's been a lot of hours since you initally posted this and there hadn't been a reply pertaining to a possible solution to your problem so I guess it's time to say that you should try the minecraft forums, this should get a lot more attention there
Do you have the latest version of flash installed and running as an add-on on IE9?
The list probably contains the recent active members or members with high amount of posts/ reputation/solved threads from the forum your most active with
>but when I run it the calculations aren't even performed yes they are performed but you can't see the results since you don't print the variable you saved the value to after the calculation. also remember that when you return a value from the method it returns the control to …
>Are you trying to get answers to your own questions? Yes, most of the times I wonder if what I had in mind would be the best solution or answer for mine and other's problems >What value do you get from helping people? I learn along the way as I …
I'm a bit confused on what you want, do you want to output a list of prime numbers whose range is upto the input or check if the input is a prime number or something else entirely?
I'm assuming you're using the latest Version of Netbeans and you'd have used one the Swing GUI forms for the current file for your project Other than the Source Code being next to the Design tab where you could simple Drag and Drop any Swing Components you could add and …
The code you posted is different than the program details from your first post, care to explain?
the first one checks for order if it's greater than, less than or equal to the object it is being compared with and returns a specified value given the result the equals method checks for the equivalence of the objects with their values the == works similarly as the equals …
use Double Buffering, here's a tutorial [http://www.javacooperation.gmxhome.de/BildschirmflackernEng.html](http://www.javacooperation.gmxhome.de/BildschirmflackernEng.html)
>so,if i add listener,then the SAVE button will be ok? by okay, it means that when you'd add a listener you will execute whatever code you've written for the button's function whenever the button is pressed Check the API and Java tutorials, it'll save you a lot of time
you haven't started the thread, add this on your start method Thread th = new Thread (this); th.start();
Could you tell us the problems, any error messages or runtime problem details plus thats not an Applet thats a Swing
I bet all Computer Science related courses would learn low level or machine level languanges in due time and in our university we used the portable 80x86 assembler NASM for our Assembly code So here's my experimentation on how to use "functions" and recursion using a Fibonacci Solver as a …
how about dividing each element by the positive value of itself (other than the zeros)
I didn't know that me and most of the people I know are nomophobic till I read this
>still, having problems...phew Can't help you with just that, would ya mind posting more details
add a space before %c to catch the enter key pressed scanf(" %c",&c);
you can see why it doesn't work if you print out the values of the variables before the conditions then you can make the right adjustments
The End.