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

Tip: Looking for answers? Try searching our database.

  • First Aid - newbie questions, catch-all first aid, set-up problems.
  • Databases - java.sql, JDBC, Java based databases
  • JavaBeans - JavaBeans component software API
  • GUI - Java graphical user interface design and construction
  • Java 3D - platform-independent Java 3D based graphics
  • Virtual Machine - native methods, byte code, classfile format, performance and optimization
  • CORBA - topics relating to Java and CORBA
  • Security - code verification, SecurityManagers, class loaders, public-key encryption
  • Tools - IDEs, web browsers, compilers, applet viewers, code generatos
  • General - general Java related topics

Recently updated threads


Thread preview

First Aid (view all ...)Last Post  Replies
images and jar file craziness12 May 2008 04:04 GMT14
I've got an app that uses images that will be used with a
JToggleButton.  I started out with
Icon myIcon = new ImageIcon("images\\myImage.jpg");
Now I want to wrap all of it up in an executable jar file.  I've done
JToggleButton event firing12 May 2008 02:58 GMT9
It appears that the JToggleButton fires the event to change its state
when the button is released rather than when it is pressed.
I'm using the JToggleButton as a "card" in a Memory Card game since it
holds two images - one that shows when the button is unselected, and
A site for all your programming language needs12 May 2008 02:13 GMT-
A complete tutorial for all your programming language needs such as
Java, .Net and many more. A one shop site for all your programming
language needs
http://www.computenetwork.blogspot.com

Databases (view all ...)Last Post  Replies
java resultset12 May 2008 04:03 GMT2
Can I create a resultset that have all the specified columns? And, I have to
populate it with data. When the database is offline, then I can simulate it
to test my code. Please provide simple example.
Thanks
NewsMaestro presents: Java Goldmine on line11 May 2008 15:21 GMT5
Extensive collection of articles on Java is available at
http://javagoldmine.by.ru/.
It includes 20k articles on all java issues with code examples
and expert opinions organized by major java topics.
Can I Save My Relationship09 May 2008 21:20 GMT-
What if you could recapture your ex lovers mind, heart and
soul?...Wipe the slate clean? Turn back time? Even if you feel right
now that your situation is too far gone…too screwed up …or just plain
too darn complicated?

JavaBeans (view all ...)Last Post  Replies
Java Web Application Development (JWAD) Training08 May 2008 09:47 GMT-
Enroll in our 4-week exclusive training program that provides exposure
to cutting-edge live projects and training from the engineers of a
leading web company. Potential opportunities to get hired or get
referred. Gain competitive advantage over others! Enroll today.
Newbie - basic questions about Javabeans22 Mar 2008 13:41 GMT7
I decided to write a simple application using Javabeans  in NetBeans
IDE 6.0.
I created a frame with few buttons and fields.
I gave a name to all fields and buttons. I switched from Design to
Struts/Hibernate and date troubles27 Feb 2008 16:46 GMT4
I'm getting squeezed between Struts and Hibernate when I use Date type
for a record.
My setup is the simplest possible.
This is my mappings file

GUI (view all ...)Last Post  Replies
Image Displayer10 May 2008 09:03 GMT7
I want to figure out how to read a JPG file by just using the read
method in the InputStream class then I want to create a GUI component
that can display it.
1) How are the bytes formatted in a JPG file?
How to import Excel file into JTable?10 May 2008 01:50 GMT-
Here are three way to do this.
  1. Use "JTableReadTableModelTask " to do this. ( recommended )
  2. Use "ReadTableModelTask" to do this
  3. Use ModelIO to do this.
Swingworker-Question.09 May 2008 20:07 GMT1
I have a class, that displays a JDialog. After a click on the
ok-button, a Report over JasperReports should be created and shown on
the screen.
Now I want to make an information window for the user, because the

Java 3D (view all ...)Last Post  Replies
QuadArray with different image per face14 Apr 2008 00:15 GMT-
I have a QuadArray, and I can currently load a single image which
wraps itself over the entirety of the cube. I want a different image
on each face of the cube. I know that if I use mimap, then I can have
the layers necessary to have all of the images that I want to load,
Text on the screen , java3d26 Mar 2008 10:34 GMT4
hey mates, im really newbie with java3d, im learning this api, and
doing somes test, but i have my first question, i want to put some
text on the screen, i know its exist a Text2D class, but its interact
with the virtualuniverse , i want only put flat text on the screen,
3D in applet13 Mar 2008 18:14 GMT4
is it possible to render 3D graphics in an applet
without demanding to user to install java3d ?
Is it part of the jre now ?
Regards

Virtual Machine (view all ...)Last Post  Replies
Java Architects - Immediate Opening22 Apr 2008 11:48 GMT-
We have an immediate opening for one of our MNC client.
The candidate should have experience in the following skills:
Java, J2ee, spring, hibernate.
Experience in  jsf, webservices is an added advantage.
Optimising StringBuilder20 Apr 2008 12:57 GMT4
I'm curious just how clever HotSpot is about optimising StringBuilder,
Here are some possible optimisations.
1. when allocating the StringBuilder, compute the length where
possible to create the exact size.
could not find main class ? with JRE 1.617 Apr 2008 06:06 GMT8
i have error message "could not find main class ? with JRE 1.6" when i
tried to launch
C:\Program Files\Java\jre1.6.0_05\javacpl.exe
Regards

CORBA (view all ...)Last Post  Replies
Open-Source CCM communities merge efforts with support from PrismTech02 May 2008 14:26 GMT-
PrismTech is pleased to announce that open-source CCM communities from
the DOC Group and OW2 Consortium, with support from PrismTech, combine
initiatives to advance CORBA Component Model technology.
OpenFusion CCM is PrismTech’s productized version of the combined open-
ID inconsistency among implementations23 Apr 2008 08:51 GMT-
I have found that different CORBA implementations generates different
element IDs. Suppose this example:
module test {
    union myUnion switch(long) {
CORBA professionals in India22 Apr 2008 06:20 GMT-
Dear CORBA Engineers,
Do contact us if looking for lucrative job openings related to CORBA
in India.
--------------------

Security (view all ...)Last Post  Replies
JAAS Question : Get URL from a login Module30 Apr 2008 17:09 GMT-
Hi all...
I'm trying to make a login Module for SAP.
SAP implements JAAS.
Finally my login module works. But now I want to take the url calling
USENIX Security '08 Registration Now Open24 Apr 2008 00:00 GMT-
Dear Colleague:
You're invited to join us at the 17th USENIX Security Symposium,
July 28-August 1, 2008, in San Jose, CA. USENIX Security '08 will
help you stay ahead of the game by offering cutting-edge research on
Using PKCS#7 as a provider for keytool22 Apr 2008 11:33 GMT6
I am not able to use pkcs#7 as a provider for keytool. I want to read
a certificate chain encoded in PKCS#7 format using keytool.
When running the following command
keytool -import -provider pkcs7 -keystore my_cert.jks -file cert.p7 -

Tools (view all ...)Last Post  Replies
Apache Tomcat/4.1.24 and Eclipse related issue05 May 2008 19:08 GMT-
I am having two versions of Eclipse. One is Eclipse 3.0.1 without WTP.
I have installed Tomcat plug-in for it and running Tomcat Version 4.1
successfully on it. One of my project is having DTD's as
1) Tomcat Server's web.xml
[Eclipse 3.3 + Ant 1.7] <javac> Classpath length on Windows XP02 May 2008 09:03 GMT-
I'm using Ant from within Eclipse to build a project on developer
environment.
I define two <path> variables to hold different classpathes for
regular vs test classes, and accordingly define two targets "compile"
JOB POSTING: Subversion / CVS Admin01 May 2008 06:27 GMT-
Subversion / CVS Admin
WANdisco is a leading provider of distributed software development
solutions. With WANdisco's totally unique replication technology,
software development can now occur anywhere without any constraints.

General (view all ...)Last Post  Replies
jsp sharing problem12 May 2008 07:31 GMT6
I am writing a program using lucene, and lucene need to create a
IndexSearcher Object. This object is recommeded to be created once,
how to share one instance between all jsp pages, and is there a place
for global initialization and set some objects for sharing in jsp?
operator overloading12 May 2008 07:20 GMT85
I don't find any document that say if the operator overloading will be
a new feature of the Java 7
Do anyone know if it there will be?
Thanks
hai friends12 May 2008 07:15 GMT-
hai dear,
"may all good things come into your life today and always"
www.goodhistory5.blogspot.com
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©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.