- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
Hi everybody, I'm having an issue with using SAX parser. Some of the values between elements are not reading properly ie. partially. eg: <userNumber>+10117388488</userNumber> value here will be read as 17388488. But this is not happen every element of the xml file and only happen in few cases. Anyone have …
Hi all, I have a JTable in my application. When I set data to a particular cell and hit enter key, cell focus will move to next cell of the same row. If my current cell is the last one of the row, then it will move to start of …
Can't u just use dispose() or hide() methods of Popup ??
Hi all, I have a folder structure like this. dir1 ---> conf ---> a.txt dir1 ----> dir2 ---> dir3 ---> Test.java How can I read a.txt file from my Test class ? How can I use relative path there? File newFile = new File ( "<how to specify the path>" …
U can use BigIntegers. Here is a solution public static void main( String[] args ) { try { BufferedReader object = new BufferedReader( new InputStreamReader( System.in ) ); System.out.println( "enter the number" ); int a = Integer.parseInt( object.readLine() ); BigInteger fact = new BigInteger( "1", 10 ); System.out.println( "Factorial of …
Hi all, I'm developing a drawing tool using Java. This will support drawing diagrams ( basically electrical components in a network ). As the drawing panel ,i have uesd a JPanel within JScrollPane so that user can scroll their diagram. The origin of my drawing panel is the top-left corner …
If anyone has an idea how to draw a dashed line using Java?? Graphics class seems to be not support a function for this. Thanks
The End.
diasmvds