Forum: Java Nov 13th, 2008 |
| Replies: 0 Views: 1,013 I'm trying to create simpel notebook for me to take down classnotes, using java swing &
SQLite. This will even help me to learn more about swing & SQL .
(I'm not sure whether it is possible or... |
Forum: Java Feb 11th, 2008 |
| Replies: 1 Views: 893 We import the packages from java.somepackge.*; or javax.package.*;package can be anything from javas own api or other external api.
My question is what is difference between java and javax? |
Forum: Java Jan 25th, 2008 |
| Replies: 6 Views: 3,397 Actually as english is my third langugae it is hard for me to ask what i want actually.
All i want is to add those external packages to my program but i don't know how to do that in java and in... |
Forum: Java Jan 23rd, 2008 |
| Replies: 6 Views: 3,397 no in format zip or tar.gz not in jar i never downloaded anything.see it yourself at
http://www.jfree.org/jfreechart/download.html
How can i add that package into eclipse while coding a simple... |
Forum: Java Jan 23rd, 2008 |
| Replies: 6 Views: 3,397 I've found API Jfreechart for creating chart with java and Jcalendar for calendar purpose.I've downloaded them and i don't know how to use these external API packages into the program.I use Eclipse... |
Forum: Java Jan 14th, 2008 |
| Replies: 11 Views: 1,662 Hi i've installed H2 database engine on my system.And i even created the table as per the tutorial but i don't know anything about SQL.
Can anyone tell me where can i learn some basics of SQL... |
Forum: Java Jan 6th, 2008 |
| Replies: 13 Views: 4,173 I was not attacking any one of you.I was just asking to think diffrently,there are ways.
I really appreciate all of your help.But i never mean to offend anyone with anything.
All i can say is i... |
Forum: Java Jan 5th, 2008 |
| Replies: 13 Views: 4,173 You guys are not going ahead of that post above.You think there is no way to deal with it.
I have seen many commercial application that use exe for their product.So how to do that?
No matter is... |
Forum: Java Jan 5th, 2008 |
| Replies: 11 Views: 1,662 I'm looking for the any tutorial that has information about my problem.Please let me know if there is any resource you found on google about this. |
Forum: Java Jan 4th, 2008 |
| Replies: 11 Views: 1,662 Is there any place or URL where it is discussed?
IOr maybe some small tutorial ?
Tried google but no success.What search term should i try? |
Forum: Java Jan 3rd, 2008 |
| Replies: 13 Views: 4,173 Executable Jar file can be good but what if want to bundle jar file and runtime environment together.Also Want to check if there is any JRE available before installing it. |
Forum: Java Jan 3rd, 2008 |
| Replies: 11 Views: 1,662 Hi
I'm just trying to create an appliation in java that can hold my expenses and save it to review every month or end of the year.The problem with it is how can i hold the data of everyday expense... |
Forum: Java Dec 31st, 2007 |
| Replies: 13 Views: 4,173 Thnaks but this site says i can't i should'nt.and it is redirecting me to some commercial apps.
Then how mozilla creates it for firefox? EXE including the JRE? or tmozilla writes it in native for... |
Forum: Java Dec 31st, 2007 |
| Replies: 13 Views: 4,173 This sounds absurd to some developers here cause you'll say just create jar file and distributre to usr but sometimes there is not possiblity of having runtime environment in windows computers.So if... |
Forum: Java Dec 26th, 2007 |
| Replies: 26 Views: 4,191 YOu can get away with borders if you want.just look at the actionlistener interface in javadocs for keyborad and mouse event. |