Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~6K People Reached
About Me

I love exploration,invention and creativity.......I believe so much in the power of imagination and possibility

17 Posted Topics

Member Avatar for happygeek
Member Avatar for jl.lakhnai

use a jar file,though it has so many steps......create a manifest file with.mf extension,the manifest file must contain the class file that has the main method,then isssue the following command in your command prompt window jar-cmf jarfilename.jar manifestfilename classsesname or jar-cmf jarfilename.jar manifestfilename *.class if u use the last one …

Member Avatar for turt2live
0
171
Member Avatar for isengwa

you have to first of all download Mysql-JDBC connector from Mysql website or search it tru Google,it is a jar file,save it in your system,then right click on my computer choose properties,then clik advanced,environmental variables and click on classfile and click edit,then add the url of the folder or directory …

Member Avatar for sam.udo
0
113
Member Avatar for pseudorandom21
Member Avatar for sam.udo

i'm designing an application as a project work in my school but i'm hooked,i need help on how to upload a picture from a folder or directory via a JButton,though i can do that with PHP but not with java....THANKS

Member Avatar for NormR1
0
67
Member Avatar for sam.udo

I am developing a software and i need to add a spider application to the software,the spider application will have to download updates and news from some designated URLS (NEWS FEED)into a database and then to one of my user interface....though i have gotten materials online for that but i …

0
55
Member Avatar for ekin5683

two thins i think is the problem is 1.you didn't specify the url of all the image location 2.if the url of the imageicon for fish didn't work out then try using absoulte address e.g c:/images/fish.jpg or gif ImageIcon fish = new ImageIcon("c:/images/fish.jpg");

Member Avatar for mKorbel
0
436
Member Avatar for heryirawan1

you can use InsertionSort,SelectionSort or linearSort which i think is the easiest,since you are working with strings make sure you use compareTo() method in place of logical operation of greater than or less than signs and also during initialization of array you must specify the array length,thanks.....

Member Avatar for heryirawan1
0
228
Member Avatar for jmcorpse

[CODE]import java.util.Scanner; public class userName { static Scanner kbd = new Scanner(System.in);//Creates new scanner static String firstName,lastName; /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub getNames(firstName, lastName); } public static void getNames(String firstName, String lastName){ System.out.println("Please enter your first and middle names.");//prompts …

Member Avatar for jmcorpse
0
317
Member Avatar for CrazyPixel

i think that you line 26 is wrong,if you make the listener class to be static(line 53) you will get an error message of incompatible type i.e Listener expected but found thread

Member Avatar for JamesCherrill
0
293
Member Avatar for sam.udo

i was given a project to develop a software that will perform or aid the function of a community pharmacist and i am using a desktop standalone java application,which will be well garnished with GUI component, and will be a distributed system(RMI),and also to use Artificial intelligence technique to implement …

Member Avatar for sam.udo
0
114
Member Avatar for iwannalearn

int [] A does the initialization but using a new operator like this int [] A = new int[x],creates an object that will serve as a reference to the memory location of the array,using the array without the new operator will give an error message of null pointer exception

Member Avatar for lisaroy1
0
155
Member Avatar for anumash

your program was correct but i think the only error found is that the argument passed in your main method was (String args) instead of (String [] args)..........Thanks i.e use public static void main(String [] args){

Member Avatar for sam.udo
0
149
Member Avatar for SCass2010

you can use the Arraylist in the util class or you can create an array of Jpanel e.g JPanel [] panel = new JPanel[x]; for(int i =0 ; i < x;i++){ panel[i] = new JPanel(); } . . . e.t.c

Member Avatar for jon.kiparsky
0
2K
Member Avatar for wonder_laptop

Go to wwww.Oracle.com and type jdk5.5 on the search bar and you will be directed to where you can download it or just click on downloads

Member Avatar for JamesCherrill
0
115
Member Avatar for newack

replace the comma in line 16 with a plus sign(+) and also delete line 30 since you are returning the result i don't thing it is ok to output it System.out.printf( "The reversed number is: "+ newnumber1 );

Member Avatar for newack
0
403
Member Avatar for sam.udo

i was asked to create a binary tree,populate it with the elements of a given array,sort it and output the items in the tree using post order,i can handle the rest except the populating of the tree with the elements of a given array since i was asked to insert …

Member Avatar for Taywin
0
233

The End.