Projects STRLCPY agartha Commits 5adae0f9
🤬
  • ■ ■ ■ ■ ■ ■
    Agartha.py
    skipped 792 lines
    793 793   _tabAuthPanel1_B = JScrollPane(self._tbAuthHeader, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER)
    794 794   _tabAuthPanel1_C = JScrollPane(self._tbAuthURL, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER)
    795 795   self._tabAuthSplitpaneHttp = JSplitPane(JSplitPane.HORIZONTAL_SPLIT, _tabAuthPanel1_B, _tabAuthPanel1_C)
     796 + self._tabAuthSplitpaneHttp.setResizeWeight(0.5)
    796 797   _tabAuthPanel1.add(_tabAuthPanel1_A, BorderLayout.WEST)
    797 798   _tabAuthPanel1.add(self._tabAuthSplitpaneHttp, BorderLayout.CENTER)
    798 799   # panel top
    skipped 22 lines
    821 822   # panel center
    822 823   
    823 824   self._tabAuthPanel = JSplitPane(JSplitPane.VERTICAL_SPLIT)
     825 + self._tabAuthPanel.setResizeWeight(0.25)
    824 826   self._tabAuthPanel.setBorder(EmptyBorder(10, 10, 10, 10))
    825 827   self._tabAuthPanel.setTopComponent(_tabAuthPanel1)
    826 828   self._tabAuthPanel.setBottomComponent(_tabAuthPanel2)
    skipped 7 lines
    834 836   # panel bottom
    835 837   
    836 838   self._tabAuthSplitpane = JSplitPane(JSplitPane.VERTICAL_SPLIT)
     839 + self._tabAuthSplitpane.setResizeWeight(0.7)
    837 840   self._tabAuthSplitpane.setTopComponent(self._tabAuthPanel)
    838 841   self._tabAuthSplitpane.setBottomComponent(_tabsReqRes)
    839 842   
    skipped 342 lines
Please wait...
Page is in error, reload to recover