Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #3K
~13.2K People Reached
Favorite Tags

39 Posted Topics

Member Avatar for sj5536

hi i want to develop project which identify person by capturing image of the person through webcam i.e. it identify the face. i googled this topic i found some algorithm .but there is two type of algorithm one is for detection and other is for recognization so which type of …

Member Avatar for ravi_14
0
171
Member Avatar for sj5536

how do i add multiple pane in frame dynamically that is in my frame there is one text box which take value from user when user click on ok button i have to add that much panel in jframe how do i do that ?

Member Avatar for Punit.Shah
0
5K
Member Avatar for sj5536

hi, I have following question 1) is main thread is daemon thread? if yes then how? 2) what is meaning of daemon thread? 3) Does daemon thread require main method for execution? 4) Daemon thread do its execution without main method? 5) if Daemon thread require main method can any …

Member Avatar for masijade
0
123
Member Avatar for stevanity

you have to use table changed event of JTable and in that event change update the object

Member Avatar for stevanity
0
145
Member Avatar for arshi9464

user name root password "" u have to give all privilege to all user in mysql

Member Avatar for masijade
0
81
Member Avatar for sj5536

hi , can any one suggest mw which book is good for j2ee i am good in core java

0
77
Member Avatar for tultul

you can use validate() and repaint() method to refresh JPanel frame.validate(); panel.validate();

Member Avatar for tultul
0
887
Member Avatar for caierhui
Member Avatar for sj5536

hi i want to develop hotel management project which is basically dekstop appliation so my problem is that should i do that project in .net or java can u explain which platform is good for this project and also is there any diffrence oflook and feel between java project and …

Member Avatar for mKorbel
0
122
Member Avatar for jeffrey o

hi Jeffery o you have to used thread in server to keep continue running the server so it can received connection request from client i am giving this sample code from you [CODE]import java.io.*; import java.net.*; public class server1 { public static void main(String args[]) { int i=1; System.out.println("Server started.waiting …

Member Avatar for sj5536
0
483
Member Avatar for sj5536

hi i want to add Scroll Pane to JTable [CODE]JScrollPane jScrollPane = new JScrollPane(table); jScrollPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS); jScrollPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS); add(jScrollPane,BorderLayout.CENTER);[/CODE] in the above code table is and Object of JTable with default model i write above code but that code display the scrollbar but they dont work

Member Avatar for sj5536
0
91
Member Avatar for sj5536

hi i have to make tool which is similar to google search editor right know i only needed graphical help that is hot create that component according to me it is an drop down list with editable facility is there any way for that in java description when name enter …

Member Avatar for mKorbel
0
90
Member Avatar for sj5536

i amconfused that which layout do i used for placing noumber of panel in Frame in following ways 1) first variable lenght(heigth) with is fixed to width of frame 2) second panel in similar fassion 3) third panel in similar pasion and so on

Member Avatar for sj5536
0
108
Member Avatar for sj5536

hi i want to create swing application that has google map i searched on net but i hanot got any useful resource

Member Avatar for peter_budo
0
313
Member Avatar for sj5536

hi can any one suggests me how to read barcode from pdf file in java is there any library . thanks in advance actully i serached on net for that i found some library such as apose barcode reader but it is not freeware and i also found JBarcode library …

0
70
Member Avatar for sj5536

hi i want to read barcode from pdf file. that pdf file has more than one barcode i have to read second barcode then what i do for that

Member Avatar for sj5536
0
221
Member Avatar for sj5536

hi my problem is that i want to show some information about button when clicked on that button but that information must be displayed below that button so and in the same menu so for that what used i am think about popmenu is this right

Member Avatar for sj5536
0
78
Member Avatar for sj5536

hi i am trying to execute mysql stored procedure from java program but when i call that procedure CallableStatement stmt = con.prepareCall("call readFloor()"); it produce java.lang.NullPointerException at com.mysql.jdbc.StringUtils.indexOfIgnoreCaseRespectQuotes(StringUtils.java:948) so how can i remove this error readFloore() is sample stored procedure it return nothinh i tried this example whith another stored …

Member Avatar for mKorbel
0
153
Member Avatar for sj5536
Member Avatar for asif49

you have to add extra return value for the condition which dont match two if hence u have to add return for default condition or used if else block

Member Avatar for sj5536
0
94
Member Avatar for Nosa09

[CODE]package com; import javax.swing.*; import javax.swing.event.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import java.awt.*; import java.awt.event.*; public class EMnue extends JApplet implements ActionListener { JMenuBar menuBar; JMenu fileMenu; JMenuItem menuItem,menuItem2,menuItem3; JTextField text1=new JTextField (5); JTextField text2=new JTextField (5); JLabel l1=new JLabel("Enter X"); JLabel l2=new JLabel("Enter Y"); LinePanel panel= …

Member Avatar for sj5536
0
775
Member Avatar for sj5536

hi, thankx for solving all my previous thread right now my problem is that i have to get width and height of pdf file

Member Avatar for peter_budo
0
226
Member Avatar for sj5536

hi sir i am doing the project in which i read tiff file and take two images from that file and create another tiff file i am able to take one image from the tiff file and create another tiff file my problem is that i am not able to …

Member Avatar for peter_budo
0
58
Member Avatar for sj5536

hi i want to read barcode from tiff file (image) so what i do for that is there any library and sample code for that plz help thankx

Member Avatar for sj5536
0
58
Member Avatar for sj5536

hi i have to read tif File using java file has 3 pages and take first two page of that file and create new tif file with different name can u suggest me how should i start

Member Avatar for peter_budo
0
309
Member Avatar for sj5536

hi i want to do a facedetection project for attendance on which platform i do that and can u give some resource that from where i get direction that what i have to do

Member Avatar for mess110
0
152
Member Avatar for Limiter

public class Test { public static void main(String args[]) { int num = 0; num = '*' * 4; System.out.println (num); } } use int instead of String and put asterix in a single code out put :- 168

Member Avatar for stultuske
0
260
Member Avatar for sj5536

hi, i am using ITEXT to create Pdf File . i want to reduce spacing between lines in pdf file is this possible if it is possible then how can i do that. thankx

Member Avatar for peter_budo
0
177
Member Avatar for sj5536

hi i created text to pdf converter project in java using eclipse. when i run it from eclipse it works properly. in eclipse i used export menu to create executable jar file(runnable jar).when i run project from that jar file it actually run but it wont convert those text file …

Member Avatar for JamesCherrill
0
183
Member Avatar for sj5536

hi, i created project in java using eclipseIDE now the project is completed i have to create executable of that project that means i have to install that project on client side how should i do thanx

Member Avatar for stultuske
0
98
Member Avatar for sj5536

How do i count space between two string in java for ex. String s = "This is my car"; i have to count number of space between this and is , is and my, and my and car.

Member Avatar for ztini
0
2K
Member Avatar for sj5536

hi i want to upload my application in google web stroe with help of my own desktop application which allows me to login as well as to upload my application on web stor

0
72
Member Avatar for sj5536

hi how i calculate number of space and tab from the string return by readline() method BufferedReader Class

Member Avatar for Lourdupinto
0
114
Member Avatar for chipsch

you can make that method static and call with help of class i.e static void setFirstName(String Name) { //code } // call this by suing class name Employee.setFirstName(jakir);

Member Avatar for Akill10
0
219
Member Avatar for snehal jirage

hi you will get all the information of cookies from this link [URL="http://msdn.microsoft.com/en-us/library/aa289495(v=vs.71).aspx"]http://msdn.microsoft.com/en-us/library/aa289495(v=vs.71).aspx[/URL]

Member Avatar for sj5536
0
36
Member Avatar for sj5536

hi, i have to read value from text file. but the problem is that text file is in the following formate vlaue1 valu2 valu3 vlaue4 value no value7 no value no = there is no value between column i have to take those value from text file and put in …

0
61
Member Avatar for sj5536

i want to convert following file into table formate how do i do this? i wan to convert it pdf file text file :- 2011012735981481 15:27:29 35235139 15:27:29 LARSEN & TOUBRO LTD. 10 D (DEL) LARSEN & TOUBRO 10 (NET) LARSEN & TOUBRO 10 2011012736007203 15:29:32 35263544 15:29:32 OIL AND …

Member Avatar for peter_budo
0
136
Member Avatar for sj5536

hi i want read text file and write in such way that each word in the separated by 2Spaces if they are separated by more than 2Spaces keep those 2space as it is and filled remaining space with xxxxxxxx plz suggest to how go to this problem and give some …

Member Avatar for javinpaul
0
125
Member Avatar for sj5536

hi i am jakir , i want to do web application in java so plz suggets some project topic topic must be different bye.

Member Avatar for bexyll
-1
104

The End.