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 / January 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Kill a process through JAVA07 Jan 2005 17:26 GMT3
How Can we kill an already running process through Java code?
Using java, I have created an Application for Business Objects which in turn
starts the process BUSOBJ.exe which can be seen through the task manager.
However, the quit method available for the Application object is ...
Printing 2D arrays07 Jan 2005 17:21 GMT7
Hi all, Im just learning Java and was wondering if there is any way of
displaying a String[][] in a grid form. I have managed it using loads of
System.out.println statements printing each row at a time but i need to be
able to print it in a text area or similar, as long as its in a ...
Problems with Inheritance07 Jan 2005 17:05 GMT6
If you have the following:
class A{}
class B extends A{}
then you can write:
Can't compile the following 3 classes07 Jan 2005 13:49 GMT8
Could someone test the following 3 classes and see if they get the same
errors. They should be working perfectly but I keep getting an error
concerning base and Key.
JS
help - accidentally creating floating applet07 Jan 2005 13:39 GMT3
I'm porting jEdit's help system into an applet form. Its complete,
except for an annoyance - it loads as a seperate window, leaving a dead
HTML page behind. I'd like to instead embed the applet inside the HTML
page, so I can have a link create a popup window. As it is now, if you
Netbeans 4.0 to create standalone JAR file07 Jan 2005 12:41 GMT1
I am having problems using Netbeans 4.0 to create a standalone JAR
file.  I have two projects, Library and Main.  Library is a class
library whose output is Library.jar.  Main is a main application whose
output is Main.jar.  Main uses the classes in Library so I have edited
Problem with JTable in a JScrollPane07 Jan 2005 12:10 GMT2
I have a JScrollPane which has two JScrollPanes and a JsplitPane.
Each of the inner JScrollPanes contain a JTable. Inner JScrollPanes implement vertical Scroll policy as JScrollPane.VERTICAL_SCROLLBAR_NEVER.
Scrolling is done using the scroll bar of the outer scroll pane.
For the ...
doofus Exception question07 Jan 2005 06:15 GMT1
In a package, there's a class that I want called by the package user
that needs to throw a class-specific exception indicating the c'tor
failed.
public class ClassnameException extends Exception
can't switch on expression that evals to an int07 Jan 2005 05:43 GMT1
I ran into this today at work. I am using 1.4.2 and have not tried
this code on any other  java version. Compile errors are caused by
trying to do a switch on the d and e constants. I really don't see why
it should not be allowed, but it seems likely there would be a good
Eclipse 3.0.1 weirdness06 Jan 2005 23:31 GMT2
I recently migrated from Eclipse 3.0.M8 to 3.0.1
With the 3.0.1 version I am seeing some weirdness when editing/viewing
Java files, which I did not see with the milestone version.
Specifically, if I click on the method in the Outline view, then
Problems with Primes06 Jan 2005 23:04 GMT8
I can't seem to figure out how the following code for primes work.
class Prime{
 public boolean prime(int n) {
   boolean[] P = new boolean[n+1];
ArrayIndexOutOfBounds Exception in DefaultTableModel06 Jan 2005 21:50 GMT7
I have created a Search Panel which displays the search result using JTable. If I select the first row in the JTable and then try to clear the results in table, it do not get any exception. But if I select a row other than the first row and then try to clear the table resuls, I ...
Can't print contents from Arrays06 Jan 2005 21:35 GMT6
When I try to print the third element from the boolean array "p" that I have
made I get this wierd text:
"Bool@11bed71"
In the for statement I have initialized all elements to true, so why don't
Java Jobs Finance06 Jan 2005 21:08 GMT1
I'm currently looking into Java Developer positions and was wondering why so
many financial companies need programmers?
What kind of projects do they work on?
It would be good to know before I apply...
simple array question...06 Jan 2005 20:57 GMT9
why does this:
public class test{
  test(int k){
     a = k;
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 December, 2004
 
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.