Forum: Java 3 Days Ago |
| Replies: 9 Views: 293 I got netbeans/JDK up and running
Thanks guys |
Forum: Java 3 Days Ago |
| Replies: 9 Views: 293 Uh! you won Peter, hands down ;)
I thought that because Bennet commented |
Forum: Java 4 Days Ago |
| Replies: 9 Views: 293 Wasn't JBennet who zapped that stubborn Spam?
Then Somebody hijacked his account! |
Forum: Java 4 Days Ago |
| Replies: 9 Views: 293 Reputation point for that J :clapp hands:
Spams are choking! |
Forum: Java 4 Days Ago |
| Replies: 9 Views: 293 Hi all,
I Just connected to internet booting from my USB external HDD which have Mandriva 2010 installed. I need to set it up for may Regular programming. So help me to Install JDK and Eclipse. I'm... |
Forum: Java 5 Days Ago |
| Replies: 12 Views: 567 |
Forum: Java 6 Days Ago |
| Replies: 12 Views: 567 So If I have understand well, JDBC is standard and doesn't differ that is MYSQL JDBC code can be used in PostGreSQL JDBC except they will differ in the way you load driver right? If so, Java... |
Forum: Java 6 Days Ago |
| Replies: 12 Views: 567 Ok I have the .jar file. How do I add to easy eclipse and call imports? Just as I will do for SWT? I decided to take the first (http://www.zentus.com/sqlitejdbc/)option. How I go about getting... |
Forum: Java 7 Days Ago |
| Replies: 12 Views: 567 I found a lot of confusing things. I don't understand what you mean by type 4. Can you link me to the best option? Google seems to confuse me on this :confused: |
Forum: Java 9 Days Ago |
| Replies: 12 Views: 567 I love to learn the hard way i.e with real world examples. I thought to make MP3 Player, but I changed mind and now I want to make small SQLIte driven app. How do you manipulate SQLite with Java?
... |
Forum: Java 10 Days Ago |
| Replies: 5 Views: 289 So there is no performance penalty, just loose cross platform-ity?
and will exe need JRE as Jar do? |
Forum: Java 10 Days Ago |
| Replies: 5 Views: 289 Just Idea came to mind. What If I create C++ program that will launch .class/.jar file via commandline and once Java app is launched it quits? |
Forum: Java 10 Days Ago |
| Replies: 5 Views: 289 Why bad Idea Peter?
I have easy eclipse running normal with no problem. What trick did they do? What do you suggest as alternative to this |
Forum: Java 11 Days Ago |
| Replies: 6 Views: 314 Thanks Ezza,
I modified a little bit to get three paralleled lines,
exactly what I needed
package com.steve;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.Graphics;... |
Forum: Java 11 Days Ago |
| Replies: 7 Views: 291 Check JMF (http://java.sun.com/javase/technologies/desktop/media/jmf/) |
Forum: Java 11 Days Ago |
| Replies: 5 Views: 289 How do programs like easy eclipse get compiled to exe?
I'm learning Java in windows and would like to have exe rather than Jar. Also does exe depend on JRE's VM? |
Forum: Java 11 Days Ago |
| Replies: 1 Views: 196 what do you comment about this (http://java.sun.com/javase/technologies/desktop/media/jmf/) |
Forum: Java 11 Days Ago |
| Replies: 1 Views: 196 I always love to learn programing via Music/video players once I grasp the basics. How easy it is to do it, especially using windows DLLs or even Java libraries :)
Thanks |
Forum: Java 13 Days Ago |
| Replies: 6 Views: 314 Please explain these to me as I have not understood what they are doing:
#
EventQueue.invokeLater(new Runnable() {
#
public void run() {.....} |
Forum: Java 14 Days Ago |
| Replies: 6 Views: 314 Thanks alot,
I'm checking |
Forum: Java 14 Days Ago |
| Replies: 6 Views: 314 Hi all,
I need to draw simple lines on JFrame/JPanel. What is the easiest method to go? Also what do I need to display an image on JFrame/JPanel
Thanks |
Forum: Java 16 Days Ago |
| Replies: 8 Views: 445 Thanks Guys,
though its true I gave a little laugh at the Adapost. It is true and fun :)
Mhh! I only Know web side and Application side. Any other side?? |
Forum: Java 19 Days Ago |
| Replies: 8 Views: 445 I have asked the same Question on C++.
So far I have moderately mastered PHP a little and more of Python. I want now to add up Java/C++
So what I need to know to be Java expert in Web and Desktop... |
Forum: Java 23 Days Ago |
| Replies: 11 Views: 381 Thanks alot,
I will check them very soon! |
Forum: Java 23 Days Ago |
| Replies: 11 Views: 381 Thanks a lot. Your explanation makes sense and it is invaluable help!
I really appreciate. However, I have a question here. How can I bind my frame's menu item to a method? |
Forum: Java 24 Days Ago |
| Replies: 11 Views: 381 Hi all,
please help me connecting exit menu to OnExit event handler
Here is what I have coded so far!
Also a coding question: What is the best method between these two:
1. Creating instance of... |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 That completed the solving of this headache
Thanks all of you guys! |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 I thought scanner object returns a string (assumption from printing hello world) :shock:
So what can I do to compare what user enters with string? |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 here it is
package mtangoo;
import java.util.ArrayList;
import java.util.Scanner;
public class MainClass {
public static void main(String args[]){
Listed lst = new Listed();
... |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 Yes I have done that but problem is still there |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 Thanks alot Sir! It helped me fix alot.
The program now runs but it keep asking names and even when I press 'n' it continues. How to break out of the loop when user presses n?
Thanks buddies |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 is there anything wrong with my ArrayList? |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 But If I write hello world program and run it, all goes well. Also eclipse complains there is ''Syntax error on token ";" , { expected after this token"
So what is that? As far as I can see, all... |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 So what should I do? I use easy eclipse |
Forum: Java 28 Days Ago |
| Replies: 6 Views: 372 |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 I changed the code to match as per sciwizeh but still persists. Here is the error (I use easy eclipse by the way)
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at... |
Forum: Java 28 Days Ago |
| Replies: 20 Views: 594 Hi,
I have done this code to learn ArrayList. I keep getting errors. Basically I want to accumulate names in list and when user types 'n' at prompt, it prints out names. What is wrong?
package... |
Forum: Java 29 Days Ago |
| Replies: 6 Views: 372 So Any good tutorial on Swing or SWT? I only need tutorial bundled for offline uses as I code at home with no net. I thing that will be abig factor for me moving either direction.
Don't point me... |
Forum: Java 29 Days Ago |
| Replies: 6 Views: 372 So Ada,
what do you recommend ;) |