Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / November 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Save gif file from the URL30 Nov 2006 17:06 GMT3
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 ListCellRenderer30 Nov 2006 14:56 GMT2
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 GMT1
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.A30 Nov 2006 03:02 GMT2
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 needed29 Nov 2006 21:33 GMT1
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 type29 Nov 2006 15:11 GMT1
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 interfaces28 Nov 2006 23:38 GMT5
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 ArrayList28 Nov 2006 21:54 GMT3
Im relatively new to Java and have started implementing an ArrayList
using:
private ArrayList items;
initialising it using:
querying an access table28 Nov 2006 18:57 GMT2
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 HELP28 Nov 2006 12:38 GMT6
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 jFrame228 Nov 2006 11:25 GMT1
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 file27 Nov 2006 21:57 GMT3
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 Jar27 Nov 2006 10:41 GMT6
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 Histogram27 Nov 2006 07:12 GMT1
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 string27 Nov 2006 02:02 GMT1
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.
Pages: 1 2 3 4 5 6 7 8 9 10 October, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.