()
| 934 | /// |
| 935 | /// - #setPosition(java.lang.String, java.lang.String) |
| 936 | public String getPosition() { |
| 937 | if (CN.isTablet()) { |
| 938 | return tabletPosition; |
| 939 | } |
| 940 | return position; |
| 941 | } |
| 942 | |
| 943 | /// Sets the position where the Sheet is to be displayed. |
| 944 | /// One of `BorderLayout#CENTER`, `BorderLayout#NORTH`, `BorderLayout#SOUTH`, |
no test coverage detected