writeBottom method
void
writeBottom()
Writes the bottom border line.
Implementation
void writeBottom() {
if (features.showBorders) {
out.writeln(frame.bottom());
}
}
Writes the bottom border line.
void writeBottom() {
if (features.showBorders) {
out.writeln(frame.bottom());
}
}