- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Java Lover
- Interests
- Happy to face Challenges in Programmatic
28 Posted Topics
Re: Yes! build.xml is used as a controller, it contain the information about which file shoud run at first & etc.., | |
Re: Hi Sairam! May i know your SDK version?.., | |
Re: Hi! This is the best tutorial site to learn [Click Here](http://developer.android.com/training/index.html) Android.., Have A Happy Day.., | |
Re: Hi! in which language you are asking for? is in J2ee appliation.., | |
Re: Hi! Try to this String testpassword = new String(passwordField.getPassword()); Have A Happy Day.., | |
Re: Hi! you can try to create common message class for client & server, it will useful for interaction between them.., | |
Re: Hi! Can post your exact code to know more.., | |
Re: Hi Clif40RD! Pleae post your code, what you have tried, that will help to understand your level.., | |
Re: 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 … | |
Re: 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.., | |
Re: Hi! It is a jar file you may download from any jar finder site.., | |
Re: Hi! in Java the JNA is the best solution for using the native code.., | |
Re: 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.., | |
Re: 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 … | |
Re: hi! Nested Method is not allowing in Java.., copy and past other methods out side the main method life time.., Have A Happy Day.., | |
Re: 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 … | |
Re: 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.., | |
Re: Hi! go and read the [oracle](http://docs.oracle.com/javase/tutorial/) website, it is so simple and easy to understand too.., | |
Re: Hi! Can you please explain briefly, what you want in this.., | |
Re: Hi! I just a normal Type conversion / type casting only.., | |
Re: 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)); } | |
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); … | |
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, … | |
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 … | |
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 … |
The End.