Sign in
apache
/
netbeans
/
ba34c2dabd3091a6ee93cfde08a653816a7e19ea
/
.
/
groovy
/
groovy.editor
/
src
/
org
/
netbeans
/
modules
/
groovy
/
editor
/
resources
/
FontsAndColorsPreview.groovy
blob: b8e4f8df098b9b7ad31567407fec3e5f5285c18b [
file
] [
log
] [
blame
]
/* This is just a showcase class */
class
FontsAndColorsShowcase
{
private
static
final
String
foo
=
"Memento!"
;
public
void
main
()
{
// Just a line comment example
}
def
count
()
{
int
universeConstant
=
2
+
6
}
}