Projects STRLCPY agartha Commits 328c214e
🤬
  • ■ ■ ■ ■ ■ ■
    Agartha.py
    skipped 707 lines
    708 708   elif _url.startswith("http"):
    709 709   _url = _url.replace(":80/", "/")
    710 710  
    711  - if not self.tableMatrix.getRowCount():
    712  - self.tableMatrixReset(self)
    713  -
    714 711   self._tbAuthHeader.setText(_req)
    715 712   self._tbAuthURL.setText(_url)
    716 713   self._MainTabs.setSelectedComponent(self._tabAuthSplitpane)
    skipped 79 lines
    796 793   _tabAuthPanel1_B = JScrollPane(self._tbAuthHeader, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER)
    797 794   _tabAuthPanel1_C = JScrollPane(self._tbAuthURL, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER)
    798 795   self._tabAuthSplitpaneHttp = JSplitPane(JSplitPane.HORIZONTAL_SPLIT, _tabAuthPanel1_B, _tabAuthPanel1_C)
    799  - self._tabAuthSplitpaneHttp.setResizeWeight(0.5)
    800 796   _tabAuthPanel1.add(_tabAuthPanel1_A, BorderLayout.WEST)
    801 797   _tabAuthPanel1.add(self._tabAuthSplitpaneHttp, BorderLayout.CENTER)
    802 798   # panel top
    skipped 25 lines
    828 824   self._tabAuthPanel.setBorder(EmptyBorder(10, 10, 10, 10))
    829 825   self._tabAuthPanel.setTopComponent(_tabAuthPanel1)
    830 826   self._tabAuthPanel.setBottomComponent(_tabAuthPanel2)
    831  - self._tabAuthPanel.setResizeWeight(0.25)
    832 827   
    833 828   # panel bottom
    834 829   _tabsReqRes = JTabbedPane()
    skipped 6 lines
    841 836   self._tabAuthSplitpane = JSplitPane(JSplitPane.VERTICAL_SPLIT)
    842 837   self._tabAuthSplitpane.setTopComponent(self._tabAuthPanel)
    843 838   self._tabAuthSplitpane.setBottomComponent(_tabsReqRes)
     839 + 
    844 840   self._tabAuthSplitpane.setResizeWeight(0.7)
     841 + self._tabAuthPanel.setResizeWeight(0.25)
     842 + self._tabAuthSplitpaneHttp.setResizeWeight(0.5)
    845 843   
    846 844   def _tabHelpUI(self):
    847 845   self._tabHelpJPanel = JPanel(BorderLayout())
    skipped 336 lines
Please wait...
Page is in error, reload to recover