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

Java Lover

Interests
Happy to face Challenges in Programmatic

28 Posted Topics

Member Avatar for James_30

Yes! build.xml is used as a controller, it contain the information about which file shoud run at first & etc..,

Member Avatar for peter_budo
0
192
Member Avatar for sairam1592
Member Avatar for Taimur_1
Member Avatar for Kelly Burby
0
122
Member Avatar for Aya_3

Hi! This is the best tutorial site to learn [Click Here](http://developer.android.com/training/index.html) Android.., Have A Happy Day..,

Member Avatar for Mat_1
0
139
Member Avatar for Steve_19
Member Avatar for Steve_19
0
161
Member Avatar for titus.k.s
Re: Help

Hi! Try to this String testpassword = new String(passwordField.getPassword()); Have A Happy Day..,

Member Avatar for stultuske
0
150
Member Avatar for johnson_2

Hi! you can try to create common message class for client & server, it will useful for interaction between them..,

Member Avatar for raj.mscking
0
313
Member Avatar for aone.gaiemoabi
Member Avatar for soche123
Member Avatar for henryz_box
Member Avatar for Clif40RD

Hi Clif40RD! Pleae post your code, what you have tried, that will help to understand your level..,

Member Avatar for llaspina
0
510
Member Avatar for surya55

Hi Surya55! interface is used for not only reusability and also shold implement the mandatory fields. for example if you develop a software for a Hospital. In operation theater you should check all the safety wears (should weare coat, gloves, sleepers, mask, headcover). if you forgot any one means you …

Member Avatar for ~s.o.s~
1
230
Member Avatar for 2384443

Hi! If you want to set image as your background on your Container (JFrame,Jpanel,etc..,), set an JLable 1st then place the image as an icon onthe JLable, fille the lable with your container.., Thats all.., Have A Happy Day..,

Member Avatar for raj.mscking
0
394
Member Avatar for nathan rashid
Member Avatar for sandyprc78
Member Avatar for raj.mscking
0
659
Member Avatar for LNU1

Hi! As Mr.AleMonteiro said you can use the object reference.., Otherwise simply you may customise your Adapter class to reach your goal.., please copy your exact code for more information..,

Member Avatar for LNU1
0
5K
Member Avatar for gajen007

Hi! in your code public UtilDateModel model; // global variable public JDatePanelImpl datePanel; public JDatePickerImpl datePicker; public selectDate() { UtilDateModel model = new UtilDateModel(); // local variable JDatePanelImpl datePanel = new JDatePanelImpl(model); JDatePickerImpl datePicker = new JDatePickerImpl(datePanel in above you twise created object with same name and refer the empty …

Member Avatar for raj.mscking
0
7K
Member Avatar for gua543

hi! Nested Method is not allowing in Java.., copy and past other methods out side the main method life time.., Have A Happy Day..,

Member Avatar for gua543
0
438
Member Avatar for danie93

Hi! By using JMF you can play easily, and before you should install the JMF in your System.., import javax.media.*; import java.net.*; import java.io.*; import java.util.*; class MP3Play { public static void main(String args[]) throws Exception { //File Path File f=new File(args[0]); // Create a Player object that realizes the …

Member Avatar for JamesCherrill
0
13K
Member Avatar for ziadkassam

Hi! First check the recored is present or not. Because the Toast will never allow you to print the empty result. it will making the " unfortunatly stoped " error..,

Member Avatar for ziadkassam
0
352
Member Avatar for nabilmahesaniya

Hi! go and read the [oracle](http://docs.oracle.com/javase/tutorial/) website, it is so simple and easy to understand too..,

Member Avatar for raj.mscking
0
156
Member Avatar for xfinity.Ace
Member Avatar for stultuske
0
207
Member Avatar for SK33
Member Avatar for raj.mscking
0
187
Member Avatar for Ferd12324445

Hi! just you have created only one marker, But try to use for loop to create n markers and can reeplace the image on # marker.., like for(i=0;i>postc.length();i++) { Marker MarkerT = new Marker(); MarkerT.title(postc.getPosition(i).getAuthor().getUsername()); MarkerT.position(new LatLng(postc.getPosition(i).getLat(), postc.getPosition(i).getLong())); MarkerT.icon(BitmapDescriptorFactory.fromBitmap(postc.getPosition(i).getbmp)); }

Member Avatar for raj.mscking
0
342
Member Avatar for raj.mscking

Good To Meet you All! Sir In my server This is the JButton action for start server private void strsrvActionPerformed(java.awt.event.ActionEvent evt) { getClint(); } This is action Performed sir.., public void getClint() { try { ServerSocket ss=new ServerSocket(1030); try { JOptionPane.showMessageDialog(null,"Server is runing"); while(true) { Socket s=ss.accept(); Service a=new Service(s); …

Member Avatar for NormR1
0
264
Member Avatar for raj.mscking

Hi, I advance thanks for your help Gentles! I am a Leanne, In my new Networking Java Program! (Consider an Small Office Please) At first Every Workers Should Login at Time (The Login details UserName ,PassWord and LocalTiming can stored in their own local database), When the Manager Come latter, …

Member Avatar for NormR1
0
216
Member Avatar for raj.mscking

Hi gentles! jest i am creating one stand aloe application by using JDK-1.6 Netbeans.7 Mysql i can run in net beans well and the database also working well with this, if i "clean and build" the project as jar file it working well in it's specific location (eg:D:\Raj\Gui\WorkersData\dist) But! if …

Member Avatar for NormR1
0
349
Member Avatar for raj.mscking

Hi Gentles! My Self Raj, I am a new user of this site, i wants to create an application (with concept of Ecryption & Decryption) for transfer image with hiding (media file eg.mp3) Any one can help me how can do it, and how much possibilities combine hided media with …

Member Avatar for JamesCherrill
0
149

The End.