1 package com.jsql.view.swing.interaction;
2
3 import com.jsql.view.swing.util.MediatorHelper;
4
5 /**
6 * Set result tab panel orientation according to locale when first
7 * tab is inserted.
8 */
9 public class CreateTabHelper {
10 protected CreateTabHelper() {
11 MediatorHelper.frame().getSplitNS().initSplitOrientation();
12 }
13 }