| Thread | Last Post | Replies |
|
| Save gif file from the URL | 30 Nov 2006 17:06 GMT | 3 |
I just want to save on disc a gif file taken from the internet (i.e. save as logo.gif the image http://www.google.com/intl/us_ALL/images/logo.gif ). Is it possible without much effort (I have read about the extra & not free libraries
|
| CheckBox in a ListCellRenderer | 30 Nov 2006 14:56 GMT | 2 |
I've implemented a ListCellRenderer panel, that contains among other components a JCheckBox to visualise the 'selected' state of the elements in a JList object. I'm wondering if there is a way to directly change the selection state of the checkbox using the mouse.
|
| Help with : send "hello world" ASCII text to Linux serial port and read into a text file in java virtual machine... | 30 Nov 2006 09:45 GMT | 1 |
Hello. Excuse the fact that I'm a newbie. I have a linux v 2.4 box with serial port something like ttyS0. I have a java VM running. I want to be able to pass the phrase"hello world" that is sent to the
|
| HTML.Tag.BASE same as HTML.Tag.A | 30 Nov 2006 03:02 GMT | 2 |
I am using the HTMLEditorKit.ParserCallback to extracts links from a web page. I the problem I am facing is when I use HTML.Tag.Base to separate the <base> from the other tags I also get all the <a> tags to. I was wondering anyone knew anything about this or perphaps point me
|
| Java GUI help needed | 29 Nov 2006 21:33 GMT | 1 |
Hey guys, I've created two seperate GUIs in Java, one of which simply outputs the current time while the other shows squares moving across the screen.. I am aiming to to put both GUIs onto one window, so that in the upper box
|
| how to create a Stack of Int data type | 29 Nov 2006 15:11 GMT | 1 |
import java.util.Stack; private Stack<String> m_stack_B=new Stack<String>();//the line is okay private Stack<int> m_stack_A=new Stack<int>();//add the line,will appear below error message
|
| understand the concept of interfaces | 28 Nov 2006 23:38 GMT | 5 |
i am new to java and i am in the learning phase of core java .i know that Java doesnt support Multiple Inheritance instead the work around is to use Interface but the doubt i have is interface are nothing but empty abstract
|
| Trouble with ArrayList | 28 Nov 2006 21:54 GMT | 3 |
Im relatively new to Java and have started implementing an ArrayList using: private ArrayList items; initialising it using:
|
| querying an access table | 28 Nov 2006 18:57 GMT | 2 |
I followed the tutorial here http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2691&lngWId=2 to gain connectivity to an MS Access database. I generated a query within access and the inserted it into my java code.
|
| NEED YOUR HELP | 28 Nov 2006 12:38 GMT | 6 |
This is the first time I joined a groub abd I am happy & comfortable that I started with you. In fact I need your help in my java course project >> & this is the discribtion about it
|
| How do I pass a Text field value from one jFrame1 to jFrame2 | 28 Nov 2006 11:25 GMT | 1 |
I have been trying to solve this for the past 4 hours, so any pointers would be helpful. Problem: I have jTextField1 in jFrame1. When I call jFrame2 from jFrame1 using "new jFrame2().setVisible(true);" command, I need to
|
| about reading of properties file | 27 Nov 2006 21:57 GMT | 3 |
I am using properties file for accessing common variables and modifiable.... like host = localhost but we can host to any ip address...similarly i want to access the file name..
|
| Accessing .class files in a Jar | 27 Nov 2006 10:41 GMT | 6 |
Can this be done? I am in an educational setting where students will need some class files that I have created to make a project work. They need to be able to download the files via the internet, so I cannot Jar them up and
|
| Plotting Histogram | 27 Nov 2006 07:12 GMT | 1 |
I have a vector in java having values from -1.5 to 1.5. How can I plot a Histogram? Thanks Amit
|
| To determine whether a string is a substring of another string | 27 Nov 2006 02:02 GMT | 1 |
Is there anyway to determine whether a string is a substring of another string. For example: be is the substring of beatiful, er is the substring germany, ny is the substring germany.
|