Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for Shaun1987

Hi, I am very new to Java and am using Breezy Swing. I basically need to create an array of JButtons (26 in total) and display them on a form (9 on the top row, 9 in the middle and 8 on the bottom) and I have no idea of …

Member Avatar for anand008
0
1K
Member Avatar for itebooks

You can download most popular and new IT ebooks (team lib ebook,java ebook,.net ebook,C# ebook,linux ebook,jsp,c++,vb.net,etc.) FTP serverIp: [url="http://www.itebooks.net"]www.itebooks.net[/url] userName:test_itebooks passwd:bestitebooks port:2121 Download speed is 5k/s,Max user is 40. To obtain a more fast download account,please visit Web site [url="http://www.itebooks.net"]www.itebooks.net[/url] for detail. Just one month for free,Enjoy! ITeBooks Web site …

Member Avatar for curlyjoe
1
892
Member Avatar for Lunaticrr

import javax.swing.*; public class Pool { public static void main(String args[]) { int input1; int input2; int input3; int Volume; input1=JOptionPane.showInputDialog(null,"Enter the length of the swimming pool:"); input2=JOptionPane.showInputDialog(null,"Enter the width of the pool:"); input3=JOptionPane.showInputDialog(null,"Enter the average depth of the pool:"); Volume=input1*input2*input3; System.out.println("The volume for the pool is: "+ Volume); } …

Member Avatar for karthikbgl
0
130
Member Avatar for fdrage

when you have a variable and you are not using it at all in the code... i.e you forgotten about this particular member well in eclipse there is something that indicates that, that particular member is unused... some exclamation mark or something.... my question is, is there such a feature …

Member Avatar for fdrage
0
106
Member Avatar for fdrage

I have an algorithm problem with recursion: i have a route from A to D and it looks like this [CODE] [A, B, C, D][/CODE] the alphabet in the above list is an object of a class, lets call that class Nodes each of this Nodes object they have some …

Member Avatar for iamthwee
0
116
Member Avatar for fdrage

say i have a Map, a HashMap, and its key is a bunch of Integer and the values is a List of strings. i.e. [CODE] {1=["A", "B", "C", "D"], 2=["A", "B", "E", "D"], 3=["D", "F", "G"]} [/CODE] then i have a Set that stores a list and it looks like …

Member Avatar for iamthwee
0
112
Member Avatar for fdrage

Hi guys, I have a HashMap, and it stored a bunch of Strings... the key is a String and the value is a Set of String... and it looks something like this [QUOTE]{ D=[E,C], C=[B], E=[B], B=[A] } [/QUOTE] what is the best way to iterate through this map so …

Member Avatar for fdrage
0
106
Member Avatar for rpjanaka

hi all im janaka priyadarsahana, i got this code segment from the sun java tutorial. but cant understand how this for loop works. out.print("File system roots: "); for (File root : File.listRoots()) { out.format("%s ", root); } out.println(); please if anyone can help me...... thank you......

Member Avatar for fdrage
0
118
Member Avatar for fdrage

I have the following class as a example to a similar problem im having ... [B]Class Car[/B] code: [CODE] public class Car { private String name; public Car(String name) { this.name = name; } public String getName() { return name; } } [/CODE] [B]Class CreateCarFromList[/B] code: [CODE] public class CreateCarFromList …

Member Avatar for fdrage
0
78
Member Avatar for ben1977

How do I go about defining the average and total variables in the following script? Assistance is appreciated... Ben import javax.swing.JOptionPane; class minmax { /** Main Method */ public static void main(String[] args) { final double TOTAL_NUMBERS = 5; //Convert string to double double Average = Double.parseDouble(averageString); //Convert string to …

Member Avatar for fdrage
0
86
Member Avatar for fdrage

Hi, How do you go about in creating a direcory folder? I've been playing around with class [B]File [/B]which has the method [B]mkDir()[/B] (no arguments and returns type boolean), which i thought would be the answer to making a directory but apparently not, or perhaps i just dont understand it.

Member Avatar for jwenting
0
119
Member Avatar for fdrage

which method in the ResultSet that will return the number of column in a table? I'm not entilry sure but i think its the getFetchSize() However on the API it says that : [QUOTE]"Gives the JDBC driver a hint as to the number of rows that should be fetched from …

Member Avatar for fdrage
0
110
Member Avatar for quansah

a little picture of the site logo appears on the tab of my browser (opera) eg. daniweb has db on the tab. I want to know how to do that. Pls help.

Member Avatar for Dani
0
85
Member Avatar for Sheki RDH

hai, i need some help in developing a simple calculator! i've finished the front-end part using jigloo software but the problem is when i click the first number,that number will appear in the textfield after that when i click the '+' button the textfield is clearing but i'm not able …

Member Avatar for iamthwee
0
157
Member Avatar for fdrage

Don't know if anyone seen this article yet... [QUOTE] Microsoft has urged users to be wary as three newly discovered bugs leave people open to attack while using the net. [/QUOTE] [URL]http://news.bbc.co.uk/2/hi/technology/4849904.stm[/URL] I think its the more reason not to use IE as your default browser, although at the end …

Member Avatar for D3m3nt3d
0
50
Member Avatar for wyro

inside a computer on the motherboard there is a large fan and a small fan. am i right in saying the large one is a processor fan and the small one is a chipset fan?? thanks.

Member Avatar for fdrage
0
43
Member Avatar for fdrage

Hi, I'm using your RSS FEED link to get all the news or event that is happening in your forum. however i am only interested in whats happening in the Java forum. Is there a way where i can RSS only the Java forum? I also noticed that one is …

Member Avatar for fdrage
0
135