Forum: Java May 23rd, 2005 |
| Replies: 18 Views: 12,935 Unfortunately I no longer do programming ... but I do remember that I saw the c++ code in the famous ebook "330 java tips" (now a more advanced version is available named "1000 java tips" but its... |
Forum: Java May 20th, 2005 |
| Replies: 18 Views: 12,935 I have used JBuilder 7 ... so I'm afraid I'll not be able to tell you the exact paths .... but I remember that the first option in the native exe builder was the dos based program creation and then... |
Forum: Java May 20th, 2005 |
| Replies: 16 Views: 13,774 Simulation project !! good idea ... I studies a subject digital signal processing but my teacher forced me to do the simulation project in C++ ... he said that C++ was more suited in these types of... |
Forum: Java May 18th, 2005 |
| Replies: 16 Views: 13,774 What do you want to do ?? a desktop app, a network software, a web applicaiton or some mobile coding ? |
Forum: Java May 18th, 2005 |
| Replies: 18 Views: 12,935 True ... the exe file will only run where jvm is installed ... but you can also use installation creators to first install jvm on the target machine and then install your software .. but that will be... |
Forum: Java May 18th, 2005 |
| Replies: 18 Views: 12,935 What program are you trying to turn into an exe ... is it a GUI based program or a command line program ?? if its a GUI program then there's an option in JBuilder about making a GUI exe ... and if... |
Forum: Java Feb 4th, 2005 |
| Replies: 11 Views: 2,108 Also see the blog entry of Narue. She wrote about 1.5 |
Forum: Java Feb 3rd, 2005 |
| Replies: 5 Views: 14,354 Try this out now
public class MortgageLoanCalculator
{
//Main method
public static void main(String [] args)
{
double interestRate = 5.7; // you are defining a double value .. and % is not a... |
Forum: Java Feb 3rd, 2005 |
| Replies: 11 Views: 2,108 hehe .. yeah testing the new and using the old. |
Forum: Java Feb 3rd, 2005 |
| Replies: 5 Views: 14,354 Can you post the previous few lines of the code ... the problem could be in the previous lines too ... look at them. |
Forum: Java Feb 2nd, 2005 |
| Replies: 3 Views: 5,770 Look at Sun Java System Web Proxy Server 3.6 (http://www.sun.com/software/products/web_proxy/home_web_proxy.xml) and RabbIT web proxy (http://www.khelekore.org/rabbit/). |
Forum: Java Feb 2nd, 2005 |
| Replies: 11 Views: 2,108 I didnt do a lot of work on coding since I started documenting my project .. but I've been using jdk 1.4.2. I havnt test 1.5 yet. How do you feel ... whats the difference between them? |
Forum: Java Feb 2nd, 2005 |
| Replies: 4 Views: 3,666 You can look at this (http://www.javaworld.com/javaforums/showflat.php?Cat=2&Board=TheoryPractice&Number=5795&page=5&view=collapsed&sb=5&o=&fpart=1) link. It's a discussion about sending sms via... |
Forum: Java Jan 24th, 2005 |
| Replies: 7 Views: 3,396 is IF a loop ??? heard it for the first time ?? :D |
Forum: Java Jan 24th, 2005 |
| Replies: 4 Views: 7,888 hehe ... you're right ... but I'm not the kind of a guy who just copies stuff around .... I like to get into depth of something and then start working. But I want some initial boost ... I've done... |
Forum: Java Jan 24th, 2005 |
| Replies: 4 Views: 7,888 Thanks jwenting but is it possible to have some documentations of student projects of some universities?? If yes how can I get them.. |
Forum: Java Jan 22nd, 2005 |
| Replies: 4 Views: 7,888 I am doing my final year project in j2ee. I am making an online health management system ... it'll be like this (http://www.curemd.com)
Nowadays I am documenting the project .... The question is... |
Forum: Java Dec 22nd, 2004 |
| Replies: 9 Views: 23,563 I didnt find any method doing your job .... however you can set a listener for minimizing the window ... if the window is minimized, then you should restore it and bring it to front again. |
Forum: Java Dec 14th, 2004 |
| Replies: 1 Views: 2,261 Is there any good vb to java convertor available ?? or should it be java to vb convertor ? |
Forum: Java Dec 14th, 2004 |
| Replies: 7 Views: 3,907 That book is really good in terms of concepts ... you should be reading the text thoroughly. And then ask questions as you encounter problems ... but try to solve as many problems as possible ... as... |
Forum: Java Dec 14th, 2004 |
| Replies: 4 Views: 2,429 I think you added the files to the JBuilder project ... you must create a new file of the class name and then copy and paste those contents respectively in each file. |
Forum: Java Dec 9th, 2004 |
| Replies: 4 Views: 1,847 Yes alc is right. but what has it to do with java ... do you want to make java ghungroos ... hehe. |
Forum: Java Dec 8th, 2004 |
| Replies: 2 Views: 16,417 You should be using a dialog box or a new frame ( as you like ) with a JEditorPane in it .... JEditorPane can display html/rich text format contents ... you can use the methods ... read or setText... |
Forum: Java Dec 6th, 2004 |
| Replies: 8 Views: 3,445 Yuhooo ! Afsah is from Pakistan and me too ... and interestingly I am registered with the same university as is she :). Afsah and Afrah congrats from me too. |
Forum: Java Nov 27th, 2004 |
| Replies: 10 Views: 2,993 could you please use English ?? This site has rules that you can only use english to ask questions ... and I didnt understand which language did you use ?? no german no french ?? then what else ?? |
Forum: Java Nov 26th, 2004 |
| Replies: 5 Views: 2,254 First find out what you have for your program .. the variables .. n methods ... and how many classes you'll need to solve your problem
then see what are the inputs of your program .. and then what... |
Forum: Java Nov 25th, 2004 |
| Replies: 9 Views: 23,563 As to specifically see javax.swing.JMenu API to insert menus in your app ... and to disable the X button :
see javax.swing.JFrame --> setDefaultCloseOperation(int ) |
Forum: Java Nov 25th, 2004 |
| Replies: 1 Views: 3,270 You want to open internet explorer ... or html content in your app ?? Using JEditorPane will do it for you ... it automatically parses html content. for further reference .. see... |
Forum: Java Nov 25th, 2004 |
| Replies: 5 Views: 2,254 Who would take the headache of reading your query ??? you would have atleast showed some effort in solving the problem. Please try to solve it yourself .. and where you are stuck ... ask here then. |
Forum: Java Nov 24th, 2004 |
| Replies: 11 Views: 4,391 I mostly use JBuilder 2005 for speedy application development |
Forum: Java Nov 24th, 2004 |
| Replies: 9 Views: 23,563 I think System.exit is the quickest way shutdown apps in java. I usually disble the X button of the GUI and provide an exit menu for exiting. |
Forum: Java Nov 17th, 2004 |
| Replies: 3 Views: 2,458 Method( double R, double P){
P = R*P*(1-P);
return P;
}
Is this what you want to do ?? |
Forum: Java Nov 17th, 2004 |
| Replies: 5 Views: 2,324 What kind of project do you want to do ... a web app or a stand alone desktop app ... or some sort of mobile app development ?? and to what level you can go .... |
Forum: Java Nov 10th, 2004 |
| Replies: 5 Views: 3,776 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)... |
Forum: Java Nov 10th, 2004 |
| Replies: 3 Views: 8,811 Make sure you have the correct action listener for the exit menu. It'll be action performed. |
Forum: Java Nov 9th, 2004 |
| Replies: 2 Views: 4,900 you can simply make an object of the class you want to use ... like this
public class1{
WantedVariableClass wvc = new WantedVariableClass();
//now you can access the... |
Forum: Java Nov 8th, 2004 |
| Replies: 5 Views: 2,087 The best site for j2me is http://java.sun.com
Yes you can connect databases in j2me. |
Forum: Java Nov 7th, 2004 |
| Replies: 5 Views: 2,087 Read about j2me ... its all about mobile application development. |
Forum: Java Nov 2nd, 2004 |
| Replies: 4 Views: 19,586 if ( number2 > number2)
what is this thing .... it is almost impossible .... why are you doing this ??? ... and exactly on which line is the error message , please specify. |
Forum: Java Oct 31st, 2004 |
| Replies: 1 Views: 2,502 couldnt you make a new frame and just hide the one that called the new frame ?? |