Java Help | Forum profile
|
|
 |
Atom |
RSS
|
|
Forum profile page for Java Help on http://www.devshed.com.
This report page is the aggregated overview from a single forum: Java Help, located on the Message Board at http://www.devshed.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Java Help" on the Message Board at http://www.devshed.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Java Help:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
28
|
138
|
476
|
|
Post:
|
52
|
301
|
1,209
|
|
|
Java Help Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
gimp
|
6
|
|
Tundra
|
4
|
|
groundscape
|
4
|
|
tfecw
|
4
|
|
runninggee
|
3
|
|
misterdanny
|
2
|
|
NovaX
|
2
|
|
mikeyskona
|
2
|
|
thojo706
|
2
|
|
Schol-R-LEA
|
2
|
|
|
|
Latest active threads on Java Help::
Started 7 hours, 26 minutes ago (2008-09-06 18:14:00)
by Touka
Hi all. I'm trying to figure out a way to make a method that I can pass an object to (let's say it's an object with 5 INT values and a double value), and will return just one string with all the values in it (so the values would have to be parsed). I want to learn this myself, so instead of just giving me the code, I was hoping somebody could be kind enough to just point me in the ... 
Started 19 hours, 17 minutes ago (2008-09-06 06:23:00)
by hellofabest45
hi I am new to the programming world. I am using JOptionPane to input a sentence from the user. Now I want to store the diff. words of the sentence into diff strings. How do I do that ? please be a little descriptive. Thank You Sajat Jain 
Started 1 day, 1 hour ago (2008-09-05 23:53:00)
by Tundra
I'm getting a "cannot be applied" error in the following code: Code: class ScoreWriter { public static void main ( String Arguments [] ) { ScoreList Scores = new ScoreList (); if ( ScoreReader.readScores ( "scores.dat", Scores ) ) { System.out.println ( Scores.getMedian () ); } else { System.out.println ( "The data file ... 
Started 19 hours, 28 minutes ago (2008-09-06 06:12:00)
by futureal
Hi all, I've been dissecting a lot of the existing code at the company where I work, and nearly everything we've done is written using Spring, Hibernate, and c3p0 together. It has certainly made things easier for a lot of the developers (huge reduction in boilerplate code, obviously) but our current challenges put us in an environment where load is a major issue. Based on a ... 
Started 23 hours, 12 minutes ago (2008-09-06 02:28:00)
by steelerfan
Here is what I am working with. I understand the error just not sure how to fix. Thanks in advance import javax.swing.JOptionPane; public class addition { //main method public static void main(String[] args) { String sA; String sB; int A; int B; int sum; String result=""; sA=JOptionPane.showInputDialog(null,"... 
Started 3 days, 11 hours ago (2008-09-03 14:13:00)
by cloverz7
I have a lab and my T.A. is completely asian and hardly understands English. I have a cry for help. This lab is due tonigh at 12 and I have no idea what to do. My teacher explains everything in diagrams instead of actual example code. Can someone please explain what to do in terms of code, I don't expect you to code my whole lab but atleast give me something I can work with in order to ... 
Started 3 days, 11 hours ago (2008-09-03 14:29:00)
by -=FreaK=-
Hello all i M new to dis site .... so sorry if m breaking any rulzz... i will definately take care tat next time i will be accorinding to the rulesz I need some serious help here.... i m almost on the end of learning swing....and now i m planning to make a small application in swing tat will demonstrate the JDBC connection and data navigation using swing....and JDBC api...i ... 
Started 1 week, 1 day ago (2008-08-29 14:55:00)
by lyscer
I have taken quite a few courses in school on Java and I have been looking for entry level Java positions locally but no one wants to hire me because I don't have 2-5 years experience. I would like some input from some more experienced developers. I am wanting to get my feet wet by possibly helping out on some open source projects to where I can start getting some real-world experience ... 
Started 4 days, 14 hours ago (2008-09-02 10:57:00)
by scorpion2
Im trying to deploy the alice's world application from the ejb tutorial. The tutorial is from the site http://www.conceptgo.com/gsejb/C01.html I've tried using netbeans but it has been really really slow and am finding it very frustrating and useless. I think my web.xml is wrong anyway. There is a class called createRSTables.java in the alice world project which has a... 
Started 3 days, 12 hours ago (2008-09-03 12:46:00)
by tfecw
Here's the actual implementation of contains in java 1.5 java Code: Original - java Code //the contains method just checks to see if the value returned from public int indexOf(Object elem) { if (... 
|
|
Hot threads for last week on Java Help::
Started 1 week, 2 days ago (2008-08-28 22:41:00)
by groundscape
Hmm, bad title thread but whatever, go shoot me. I have jgrasp installed, (I should mention I just nuked my computer, so no Java is installed) and I tried just doing a simple hello world. As such java Code: Original - java Code... 
Started 1 week, 1 day ago (2008-08-29 14:55:00)
by lyscer
I have taken quite a few courses in school on Java and I have been looking for entry level Java positions locally but no one wants to hire me because I don't have 2-5 years experience. I would like some input from some more experienced developers. I am wanting to get my feet wet by possibly helping out on some open source projects to where I can start getting some real-world experience ... 
Started 1 week, 2 days ago (2008-08-28 14:26:00)
by sxb4545
Hi I am a newbie to advanced swing components and I have a question here regarding action events....I am already working and being new to IBM RAD ( Rational Application Developer) for Java applications.... I created a three row button using the setBounds property something like this' private static string[] ROW_CONTROL_ACTIONS={"x","y","z"}; public void go() { ... 
Started 1 day, 1 hour ago (2008-09-05 23:53:00)
by Tundra
I'm getting a "cannot be applied" error in the following code: Code: class ScoreWriter { public static void main ( String Arguments [] ) { ScoreList Scores = new ScoreList (); if ( ScoreReader.readScores ( "scores.dat", Scores ) ) { System.out.println ( Scores.getMedian () ); } else { System.out.println ( "The data file ... 
Started 6 days, 6 hours ago (2008-08-31 19:14:00)
by thojo706
Ok what i have is homework for my java class... The example is about family income and so you need to have so many children and under so much income to get it. eg. 4 children and <$109,880 income. how do i write a switch statement to set a eligibile variabe to true if both children and income are met? and also how do i make a case so that 6 and above children and $162,000... 
Started 1 week, 1 day ago (2008-08-29 06:10:00)
by Matt1776
I am using a reporting tool. In this tool, the variables used to create the report can be changed and become the result of an expression. In the SQL statement generating the report I have four relavant fields: Amount Due - and Three aliases of amount due based on a memo type and the aliases have had thier values manipulated to zero if the value of amount due is null. These aliases ... 
Started 23 hours, 12 minutes ago (2008-09-06 02:28:00)
by steelerfan
Here is what I am working with. I understand the error just not sure how to fix. Thanks in advance import javax.swing.JOptionPane; public class addition { //main method public static void main(String[] args) { String sA; String sB; int A; int B; int sum; String result=""; sA=JOptionPane.showInputDialog(null,"... 
Started 1 week, 2 days ago (2008-08-29 01:11:00)
by Javac.exe
I'm trying to make it so if a string contains a text that is in an array it'll change all the cahracters of that sub-string to % symbols. Here''s WHat I've managed to do: Code: String[] theArray = {"asdf", "thasdf"}; public replaceA (String txt) { int check = txt.indexOf(theArray); if (check != -1) { //Doesn't contain what's in ... 
Started 4 days, 11 hours ago (2008-09-02 14:17:00)
by wbrother
I have seen this everywhere but can not find the script (probably because I don't know what to google for). On a web page, when you put your mouse over an icon that has a link, a small discription flag pops up that tells you what the link is for. The image does not change. Please help... 
Started 4 days, 14 hours ago (2008-09-02 10:57:00)
by scorpion2
Im trying to deploy the alice's world application from the ejb tutorial. The tutorial is from the site http://www.conceptgo.com/gsejb/C01.html I've tried using netbeans but it has been really really slow and am finding it very frustrating and useless. I think my web.xml is wrong anyway. There is a class called createRSTables.java in the alice world project which has a... 
|
|