[java ee programming] Re: how can we run any java file in eclipse

2009-03-25 Thread 4engineershelp
On Mar 24, 11:18 am, denimabhishek wrote: > how can we run any java file in eclipse hey for running a pro program bu using esclipe you need to go on the run option on the middle of the top and click on it thn u will find a option there "run java application" click on it. your problem will solv

[java ee programming] Re: how can we run any java file in eclipse

2009-03-25 Thread 4engineershelp
hey for running a pro program bu using esclipe you need to go on the run option on the middle of the top and click on it thn u will find a option there "run java application" click on it. your problem will solved.. thanks 4 engineers help http://4-engineers-help.blogspot.com On Mar 24, 2:37 pm

[java ee programming] JSlider Question

2009-03-25 Thread Steve
Does anyone know of a way to load non-continuous data into a JSlider? For example, if my data set is 1, 3, 6, and 10, if I create a slider with a range of 1-10, it will also click through values 2, 4, 5, etc that I don't want... The problem that I have is that my intervals (as my data) will be r

[java ee programming] Deadline homework submission doubt

2009-03-25 Thread cruzc
Hello classmates, Which is the deadline to submit the homework? In the web site of this course, http://www.javapassion.com/j2ee, I read, the last homework (25) of this course is on May 27th, 2009, but there is a message with new tag that explain, the deadline for the homework submission is Dec.

[java ee programming] Re: JSlider Question

2009-03-25 Thread Vasile Braileanu
Hi, Yes, you can although not directly. use *setLabelTable* for labels (see *createStandardLabels* to understand). You will need also *setMinimum*, *setMaximum* and *setMinorTickSpacing*(with value 1). Now, about "real values". You can disconnect your ticks values from "labels" with a vector. So, d