JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Java Essentials
>>
Java Programming
hex
Is there a way to force Integer.toHexString(int i) to return 2 characters? If the hex value is less than 10, it is only returning one character. ie: 7 instead of 07
[171 byte] By [
rewmagpoieaa
] at [2007-11-27 8:19:16]
««
Manipulating C++ Objects in Java Through JNI
»»
dataTable row selection without radiobutton/checkbox/commandlink
# 1
> Is there a way to force Integer.toHexStringI don't know, does Integer know voodoo?Thank you, I'll be here all night.
hunter9000a
at 2007-7-12 20:07:23 >
# 2
Add a zero in front if it is only one character?
CaptainMorgan08a
at 2007-7-12 20:07:23 >
# 3
int i = 7;String hex = String.format("%02x",i);~Tim
SomeoneElsea
at 2007-7-12 20:07:23 >
Java Essentials
HSSF comparing cell value to string variable
Warning Noob: Sending "Hello World!" in Printer using Java Applet
Nothing happens with CommandLine
Run Java App in a CD
help me understand "continue"
Exception Handling
Pre-Requiste Topics?
Need some advice2...
Help with Pascal's triangle
hi friends
Java Programming
multiple buttons help
Game Programming for Kids
Long.valueOf(long) : strang implementation
Cannot add public method to my derivation of AudioInputStream
Java Database programming in Solaris
List of files under a directory
Digital clock
How do I convert this Applet to launch from a JFrame instead?
Changing values in a properties file
Simple word count
Java Essentials New Topic
HSSF comparing cell value to string variable
Java Database programming in Solaris
Digital clock
How do I convert this Applet to launch from a JFrame instead?
Changing values in a properties file
Jar file can't execute
Run Java App in a CD
help me understand "continue"
Java Essentials Hot Topic
multiple buttons help
Game Programming for Kids
Long.valueOf(long) : strang implementation
Cannot add public method to my derivation of AudioInputStream
List of files under a directory
Simple word count
Nothing happens with CommandLine
What is pass-by-value and pass-by-reference?
Java Essentials
Java Programming
New To Java
Training
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding