Search Results

Showing results 1 to 40 of 48
Search took 0.01 seconds.
Search: Posts Made By: evstevemd ; Forum: Java and child forums
Forum: Java 3 Days Ago
Replies: 9
Views: 293
Posted By evstevemd
I got netbeans/JDK up and running
Thanks guys
Forum: Java 3 Days Ago
Replies: 9
Views: 293
Posted By evstevemd
Uh! you won Peter, hands down ;)
I thought that because Bennet commented
Forum: Java 4 Days Ago
Replies: 9
Views: 293
Posted By evstevemd
Wasn't JBennet who zapped that stubborn Spam?
Then Somebody hijacked his account!
Forum: Java 4 Days Ago
Replies: 9
Views: 293
Posted By evstevemd
Reputation point for that J :clapp hands:
Spams are choking!
Forum: Java 4 Days Ago
Replies: 9
Views: 293
Posted By evstevemd
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
Solved: SQLIte and Java
Views: 567
Posted By evstevemd
Thanks guys
Forum: Java 6 Days Ago
Replies: 12
Solved: SQLIte and Java
Views: 567
Posted By evstevemd
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
Solved: SQLIte and Java
Views: 567
Posted By evstevemd
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
Solved: SQLIte and Java
Views: 567
Posted By evstevemd
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
Solved: SQLIte and Java
Views: 567
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Check JMF (http://java.sun.com/javase/technologies/desktop/media/jmf/)
Forum: Java 11 Days Ago
Replies: 5
Views: 289
Posted By evstevemd
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
Posted By evstevemd
what do you comment about this (http://java.sun.com/javase/technologies/desktop/media/jmf/)
Forum: Java 11 Days Ago
Replies: 1
Views: 196
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Thanks alot,
I'm checking
Forum: Java 14 Days Ago
Replies: 6
Views: 314
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Thanks alot,
I will check them very soon!
Forum: Java 23 Days Ago
Replies: 11
Views: 381
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
That completed the solving of this headache
Thanks all of you guys!
Forum: Java 28 Days Ago
Replies: 20
Views: 594
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Yes I have done that but problem is still there
Forum: Java 28 Days Ago
Replies: 20
Views: 594
Posted By evstevemd
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
Posted By evstevemd
is there anything wrong with my ArrayList?
Forum: Java 28 Days Ago
Replies: 20
Views: 594
Posted By evstevemd
line 16
Forum: Java 28 Days Ago
Replies: 20
Views: 594
Posted By evstevemd
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
Posted By evstevemd
So what should I do? I use easy eclipse
Forum: Java 28 Days Ago
Replies: 6
Views: 372
Posted By evstevemd
Thanks I will check :)
Forum: Java 28 Days Ago
Replies: 20
Views: 594
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
So Ada,
what do you recommend ;)
Showing results 1 to 40 of 48

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC