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 510 posted 13 years ago by trusktr
0 550 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 715 posted 13 years ago by studioevoque
An example to make myself remember how powerful Java enums are!
1 2213 posted 13 years ago by studioevoque
Don't forget the nifty event properties to detect double-click !
0 573 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 643 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 1145 posted 13 years ago by trusktr
0 509 posted 13 years ago by trusktr
3 585 posted 13 years ago by peceps
0 1632 posted 13 years ago by peceps
This is the test class for the LeadReassignment class.
0 563 posted 13 years ago by leeclint
Great for formatting.
1 731 posted 13 years ago by trusktr
0 575 posted 13 years ago by cautionsign
Required libraries: http://hc.apache.org/downloads.cgi
0 542 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 584 posted 13 years ago by itaiferber
Create a Home activity.
0 534 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 493 posted 13 years ago by Sverri
Remove the title bar from the activity. (note : the title bar >< notification tray)
0 510 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 664 posted 13 years ago by adriamooney
2 536 posted 13 years ago by dalcacer
0 412 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 485 posted 13 years ago by Kingcron
1 ... 5 6 7 8 9 ... 13