xref
: /
AOO41X
/
main
/
toolkit
/
test
/
accessibility
/
Print.java
(revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
interface
Print
2
{
3
void
print
(
String
text
);
4
void
println
(
String
text
);
5
}
6