Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
71% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #2K
~11.3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Thirumuruganp
Member Avatar for sk8ergirl

I'm trying to creat simple seating for movie I have the seats as buttons when the user click btnOne then the background change to red if the user click the button again it will chnage to gray I've managed to change the color to red when it clicked using actionpreformed …

Member Avatar for softswing
0
118
Member Avatar for softswing

Hi Please help me in this problem. I want to run xml request by java code without using soap ui, please suggest me is it possible in java? how can i implement?

Member Avatar for IIM
0
99
Member Avatar for softswing

Hi apostrophes not displaying in SOAPUI,Am using Java ws to display output in SOAPUI, am facing the problem in displaying apostrophes('), its displaying '&'. any suggestion please.

Member Avatar for stultuske
0
93
Member Avatar for surendrak223

I have to access a java swing application which is on server machine from a java web application Please help me. I have to send few attributes tu Gui apps and in turn retrieve result from that..

Member Avatar for Whatever123
0
527
Member Avatar for pxmur76

Hello, I'm new to Java and GUI programming. I've just created my first simple GUI app which finds the appropriate FedEx zone based off of the zip coded entered in a text field. My question is how do I make it so the user can hit enter after entering in …

Member Avatar for stultuske
0
1K
Member Avatar for alavolacoder

I have completed a chat messenger with java socket programming. It's run on localhost, so clients can locate it. If i want to run the server side part of it on a web server, then what i should do? how could the client programs will find the ip and connect …

Member Avatar for softswing
0
171
Member Avatar for sofien.fkih

I am using GUI in netbeans to create a combo box. I want to import all data of a column from database dynamically not manually to a combo box.

Member Avatar for softswing
0
101
Member Avatar for Petranilla
Member Avatar for emmas4impact

Hello, I am writing a chat server application in eclipse ide how i wish to change the jar default image icon but all attempt end either in error or the line of code running with change the icon. here is where i put the code. setIconImage(new ImageIcon(ClassLoader.getSystemResource("chatbutton.jpg")).getImage()); and here is …

Member Avatar for softswing
0
321
Member Avatar for softswing

Hi, Please help me in how to use findbugs static tool clouds in eclipse.

0
65
Member Avatar for softswing

Hi, How to do the custom FindBugs in Eclipse. I want to catch the specific bus from code

Member Avatar for peter_budo
0
79
Member Avatar for Andyjava

hello. i created a java app which enables one to create a database table using the name inputted by the user.But the problem i have is that i dont know how to make the column names of the table set to the name prefered by the user i.e the user …

Member Avatar for Andyjava
0
728
Member Avatar for vivekanand.rai.31

i am making a application using java swing drag and drop property how can i add a calender without coding

Member Avatar for softswing
0
145
Member Avatar for njbst18

I'm new to creating jar files. I'm using JCreator and have set up the jar creation and the manifest using winrar and txt to get it to run. However if I run the .jar from anywhere other than the programs root directory all the images vanish. I have been looking …

Member Avatar for NormR1
0
721
Member Avatar for annette_arpana3

hi...how can i show the hashmap value in my interface..i have a textbox and whenever i click the combo box i want the value to be shown in the textbox. i am not using any database

Member Avatar for softswing
0
145
Member Avatar for BinodSuman

There are many ways to read properties file in java. Here explained two wayS, using 1. ResourceBundle 2. Properties Class How to use this tutorial 1. Create one directory src and put both below files (MyProp.properties and ReadPropFile.java) 2. MyProp.properties name = Binod Kumar Suman roll = 110 city = …

Member Avatar for softswing
0
494
Member Avatar for XodoX

import java.util.Arrays; public class binary_search { public static void main(String[] args) { int ar1[] = new int[128]; int p, key=78; p=Arrays.binarySearch(ar1, key); System.out.println("element found at index "+p); Arrays.sort(ar1); p=Arrays.binarySearch(ar1, key); long start = System.currentTimeMillis(); Long elapsed = System.currentTimeMillis() - start System.out.println("Time to do stuff (in milliseconds): " + elapsed ); …

Member Avatar for JamesCherrill
0
109
Member Avatar for GlenRogers

I have a JTextArea that I need to be able to print off from the printer. This is the kid of text that is in the JTextArea GLEN ROGERS 47 PINE AVENUE, CARRICKFERGUS, BT38 8EE, 07824771114 733KIA 2012/07/03 DEVICE; OTHER - GIVE MAKE AND MODEL PACKARD BELL EASYNOTE TN? WINDOWS …

Member Avatar for GlenRogers
0
115
Member Avatar for godzab

I would like to keep on checking a JTextField until the field equals ten digits. When the JTextField equals ten digits then an event will happen. I want to do this without a button. Here is what i tried to do: JTextField get = new JTextField(10); String a; public className(String …

Member Avatar for softswing
0
562
Member Avatar for softswing

Hi Friends, How to create properties files for russian launguage in swing application, is ther any code format? kindly help me in this problem.

Member Avatar for stultuske
0
148
Member Avatar for eranga262154

Hi all. I want to read and update a ini file to do some processing. Here is what I have try. [CODE] public static void main(String[] args) { // TODO code application logic here new ReadINIFile().readIt(); //new ReadINIFile().writeIt(); } private void readIt() { try { Properties pro = new Properties(); …

Member Avatar for riahc3
-1
2K
Member Avatar for softswing

Hai Fiends, I need to add \r\n(if \n is present or not) at end of every line of a huge file. how can i do this in java, with high performance. please help me in this problem.

Member Avatar for softswing
0
118
Member Avatar for softswing

Hai friends How can i catch [B]"There is not enough space on the disk"[/B] in IO Exception, i want to show popup when there is low disk space in my system,its throwing following exception. java.io.IOException: There is not enough space on the disk i want to catch only diskspace. please …

Member Avatar for masijade
0
101
Member Avatar for softswing

Hai friends, Am using swing for GUI, using gridbaglayout, for combobox width is changing by the size of items loaded, i want particular size as per above field, setprefferdsize,setmaximumsize, setminimum sizes having no effect in gridbag layout. [CODE] GridBagConstraints ComboConstraints = new GridBagConstraints(); ComboConstraints.gridy = 1; ComboConstraints.gridx = 1; ComboConstraints.anchor …

0
60
Member Avatar for softswing

hai friends, Am developing java project with client server interaction, am getting the Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: Java heap space Exception, i doknow how to solve this ,please help me in this.

Member Avatar for JamesCherrill
0
196
Member Avatar for softswing

Hai, Am using client server applcation, server is in remote machine, while retreving data from client to server , it takes time, for this i want to show the progressbar in between retrieveing time, how can i do this. please help me for this problem.

Member Avatar for mKorbel
0
118
Member Avatar for softswing

Hai Friends, I doknow hoe to create new Registry key in java, For Example HKEY_LOCAL_MACHINE\Software\Company\Productname\version i searched through google, i got only by using third party jars,i want to do with out third party tools, please help me in this problem.

Member Avatar for JamesCherrill
0
68
Member Avatar for softswing

hai friends, How can i comiple and run java program using java code(with out using batch file) plz any one help me in t \his.

Member Avatar for ankit.jivrani
0
104
Member Avatar for softswing

Dear Friends, Am using inifile management,want to read and update ini files, for this am using properties class methods (below). but settings in ini files are changed while am updating, properties.load(inputstream); properties.put(writeIDName, writeData); please tell me how we can update inifile with out affecting the exisiting content in ini file,if …

Member Avatar for parry_kulk
0
173