Welcome To Snipplr


Everyone's Recent Java Snippets



1 ... 5 6 7 8 9 ... 13
A custom class for retrieving deliminated data from a (custom) MyString string.
0 504 posted 13 years ago by trusktr
0 546 posted 13 years ago by trusktr
This is a modification of the Sun tutorial code that initializes the text editor to accept words that are not part of the auto-complete list. In the terms of the implementation, it is referred to as "not strict".
1 709 posted 13 years ago by studioevoque
An example to make myself remember how powerful Java enums are!
1 2207 posted 13 years ago by studioevoque
Don't forget the nifty event properties to detect double-click !
0 567 posted 13 years ago by studioevoque
A rough "it works" way to delete elements from an array given the array of indices to delete. A new array is created by copying over the remaining elements. Any suggestions on how to make this more efficient appreciated :)
0 639 posted 13 years ago by studioevoque
Use this to read from a file. It is wrapped in a try/catch statement in case something breaks when trying to read the file. It will simply throw and exception (error) and continue rather than crashing your app.
0 1141 posted 13 years ago by trusktr
0 505 posted 13 years ago by trusktr
3 580 posted 13 years ago by peceps
0 1625 posted 13 years ago by peceps
This is the test class for the LeadReassignment class.
0 555 posted 13 years ago by leeclint
Great for formatting.
1 726 posted 13 years ago by trusktr
0 568 posted 13 years ago by cautionsign
Required libraries: http://hc.apache.org/downloads.cgi
0 538 posted 13 years ago by cha0s
The solution to Project Euler [Problem 1](http://projecteuler.net/index.php?section=problems&id=1), written in Java as an example for my AP Computer Science class teaching internship.
1 578 posted 13 years ago by itaiferber
Create a Home activity.
0 529 posted 13 years ago by funkypanda
The player selects a range from 0 to n, remembers a number in this range and then the script asks the player a question trying to guess the number. The PC will always guess the correct number.\r\n\r\nI could have added more varied questions, but the...
0 488 posted 13 years ago by Sverri
Remove the title bar from the activity. (note : the title bar >< notification tray)
0 505 posted 13 years ago by funkypanda
Something I have always found annoying about JSF datatables is the limitation to only apply one header class style to the entire table. This is un-functional for datatables that would display monetary amount or other data that is typically right alig...
0 657 posted 13 years ago by adriamooney
2 530 posted 13 years ago by dalcacer
0 409 posted 13 years ago by Kingcron
The Android ID (a unique 64-bit value) as a hex string. It is null on the emulator.
0 477 posted 13 years ago by Kingcron
1 ... 5 6 7 8 9 ... 13