Sets all gui items enabled that require a record to be selected to enabled if in fact
there exists a record in the table that is highlighted by the long blue cursor
Returning null will permit any values to be entered
We are intending that this method will be overriden by elements that want to enforce
other characters
Returning null will permit any values to be entered
We are intending that this method will be overriden by elements that want to enforce
other characters
We can do a "dot" operation(reference) off the returned value in order to modify it
b/c the new stack variable that's returned is really referencing one object on the heap! :)
RifPrint
Copyright 2005 Gene Davis Software, support@genedavissoftware.com
This code is free software; you can use it, redistribute it and/or
modify it under the terms of version 2 of the Apache License
found here:
http://www.apache.org/licenses/LICENSE-2.0
Very basic "Hello World" for printing in Java.