| Thread | Last Post | Replies |
|
| Java Comunications API - javax.comm for Windows | 26 Jul 2006 23:33 GMT | 3 |
I swear I must be sniffing glue or something lately. I went to the Sun Java Communications page and could not see the Windows platform download for this API anywhere! They have "generic" platform, but it's version 2 with limitations. Can anyone else tell me where to download it:
|
| Int or short? | 26 Jul 2006 23:21 GMT | 3 |
I am coming from C++ world to java world.. in C++, int type is the fastest type that computer handles. I mean if you prefer working with int other than short or long, it will show better performance. Is the same thing true for java?
|
| Competition for small java developers ? | 26 Jul 2006 20:25 GMT | 2 |
I was wondering does somewhere exist some competition in a category of small (java) applications ?
|
| real time web portal on weather | 26 Jul 2006 17:08 GMT | 1 |
Currently working on a project which require me to design a real time web portal powered by java, to show some meteorological information like wind direction, himidity and so on...does it involves lots of java programming, and please do give me some guildlines regarding it, thanks
|
| Applet xxxApplet notinitiated | 26 Jul 2006 15:50 GMT | 16 |
I have a program that generate web pages to view processes online.(Generated in JRE1.3) The generate web page work fine on my local machine but when I try to lunch it from the Web Server I got this error message: Applet
|
| clerifying my previous question>hw i wld read a portion of file | 26 Jul 2006 12:08 GMT | 3 |
I have a large file , I want to read the file from a location based on a value till the end of the file. eg : hi im varun
|
| Question about decimal alignment | 26 Jul 2006 06:43 GMT | 1 |
I am writing a program for my class and part of the out is a series of numbers with 2 decimal places. How do I get the decimal places to line up? I get alignment that looks like:
|
| Help with Assignment | 26 Jul 2006 03:06 GMT | 1 |
Can someone tell me how to start the code for this assigment for class? Programming Assignment 4 (Follows Module 8) Rational fractions are of the form a / b, where a and b are integers and b != 0. In this exercise, by "fractions" we mean rational fractions. Suppose a
|
| Java/J2EE Developer - JOB OPPORTUNITY - Minneapolis, MN | 25 Jul 2006 23:23 GMT | 1 |
Title: J2EE Developer ~ Technical Consulting with Growth Opportunities Job #: Perf-Tech3mn This is an excellent opportunity for the Java/J2EE developer looking to expand their technical prowess on a wide variety of challenging, new,
|
| Z-depth of drawLine() | 25 Jul 2006 23:22 GMT | 2 |
If I do this: class GridPane extends JLayeredPane public void paintComponent(Graphics g) { super.paintComponent(g);
|
| Forums | 25 Jul 2006 17:36 GMT | 1 |
Hey i just started some new forums at http://helpcap.awardspace.com. There you will find a JS category where you can post questions and tutorials and websites related to JS. Also, there are some other categories which include, Flash, HTML, Mambo CMS, PHPNuke, Dreamweaver,
|
| Having Trouble Saving Client Uploaded File onto Server | 25 Jul 2006 14:50 GMT | 2 |
I have a Java Servlet that produces an HTML form. It asks the user to input a file using standard input tags: <input type="file" size=75 name=fileInput> Once the form is submitted, it calls a different servlet that processes
|
| Resizable border? | 24 Jul 2006 21:06 GMT | 3 |
In Windows I can put a resizable border around any rectangle on the screen that lets the user drag the corners or edges to resize the rectangle. Is there anything like that in Java that will let me allow the user to resize, for example, a JTextArea by dragging the corners
|
| hi i need a bit help | 24 Jul 2006 19:57 GMT | 2 |
I would like to be able to read (parse) an html file into my Java program. Once I'm able to do this, I need to be able to analyse the html code. If you could offer any help in meeting for first goal - parsing html
|
| help with image diplayed gui | 24 Jul 2006 11:47 GMT | 2 |
hi wondered if anyone can help i want to create a dummy gui which looks like a media player eg transition window buttons etc and have created them as jpeg can someone help me in understanding how to inport them into jframes etc and place there positions on the grid,
|