이 글의 내용은 Java 모방 js를 사용하여 나무 모양의 접기 메뉴를 구현한 내용을 공유하는 것입니다. 이는 특정 참고 가치가 있습니다. 필요한 친구는 그것을 참조할 수 있습니다.
Code
package com.tuzi;import java.awt.BorderLayout; import java.awt.Color; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JScrollPane; public class B extends JFrame{ private JButton btn1,btn2,btn3,btn4,btn5; private JPanel pNorth,pSouth,subMenuContainer; private JScrollPane pCenter; private JButton[] btn = null; private static boolean expand=false; public B(){ btn1=new JButton("Grade1 menu1"); btn1.setBackground(Color.CYAN); btn2=new JButton("Grade1 menu2"); btn2.setBackground(Color.CYAN); btn3=new JButton("Grade1 menu3"); btn3.setBackground(Color.CYAN); btn3.addActionListener(new ActionHandler()); btn4=new JButton("Grade1 menu4"); btn4.setBackground(Color.CYAN); btn5=new JButton("Grade1 menu5"); btn5.setBackground(Color.CYAN); pNorth=new JPanel(); pNorth.setLayout(new GridLayout(3,1)); pSouth=new JPanel(); pSouth.setLayout(new GridLayout(2,1)); subMenuContainer=new JPanel(); subMenuContainer.setLayout(new GridLayout(25,1)); btn=new JButton[25]; for(int i=0;i<btn.length;i++){ btn[i]=new JButton("[菜单"+i+"]"); btn[i].setBackground(Color.WHITE); } this.setLayout(new BorderLayout()); pNorth.add(btn1); pNorth.add(btn2); pNorth.add(btn3); for(int i=0;i<btn.length;i++){ subMenuContainer.add(btn[i]); } pCenter=new JScrollPane(subMenuContainer); pSouth.add(btn4);pSouth.add(btn5); this.add(pNorth,"North"); this.add(pCenter,"Center"); this.add(pSouth,"South"); this.setVisible(true); this.setSize(500,600); this.setResizable(false); this.setLocationRelativeTo(null); this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); } private class ActionHandler implements ActionListener{ @Override public void actionPerformed(ActionEvent e) { if(btn3==e.getSource()){ if(expand){//折叠 pNorth.setLayout(new GridLayout(3,1)); pNorth.remove(btn4);pNorth.remove(btn5); pSouth.add(btn4);pSouth.add(btn5); for(int i=0;i<btn.length;i++){ subMenuContainer.add(btn[i]); } validate(); getContentPane().repaint(); expand=false; }else{//展开 for(int i=0;i<btn.length;i++){ subMenuContainer.remove(btn[i]); } pSouth.removeAll(); pNorth.setLayout(new GridLayout(5,1)); pNorth.add(btn4); pNorth.add(btn5); pNorth.repaint(); pCenter.repaint(); pSouth.repaint(); validate(); getContentPane().repaint(); expand=true; } } } } public static void main(String[] args) { new B(); } }
Rendering
위 내용은 Java는 js를 모방하여 나무 모양의 접기 메뉴를 구현합니다.의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!
성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress
사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover
사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool
무료로 이미지를 벗다

Clothoff.io
AI 옷 제거제

AI Hentai Generator
AI Hentai를 무료로 생성하십시오.

인기 기사
R.E.P.O. 에너지 결정과 그들이하는 일 (노란색 크리스탈)
1 몇 달 전By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. 최고의 그래픽 설정
1 몇 달 전By尊渡假赌尊渡假赌尊渡假赌
어 ass 신 크리드 그림자 : 조개 수수께끼 솔루션
3 몇 주 전ByDDD
Windows 11 KB5054979의 새로운 기능 및 업데이트 문제를 해결하는 방법
2 몇 주 전ByDDD
Will R.E.P.O. 크로스 플레이가 있습니까?
1 몇 달 전By尊渡假赌尊渡假赌尊渡假赌

뜨거운 도구

MinGW - Windows용 미니멀리스트 GNU
이 프로젝트는 osdn.net/projects/mingw로 마이그레이션되는 중입니다. 계속해서 그곳에서 우리를 팔로우할 수 있습니다. MinGW: GCC(GNU Compiler Collection)의 기본 Windows 포트로, 기본 Windows 애플리케이션을 구축하기 위한 무료 배포 가능 가져오기 라이브러리 및 헤더 파일로 C99 기능을 지원하는 MSVC 런타임에 대한 확장이 포함되어 있습니다. 모든 MinGW 소프트웨어는 64비트 Windows 플랫폼에서 실행될 수 있습니다.

SublimeText3 영어 버전
권장 사항: Win 버전, 코드 프롬프트 지원!

SublimeText3 중국어 버전
중국어 버전, 사용하기 매우 쉽습니다.

Eclipse용 SAP NetWeaver 서버 어댑터
Eclipse를 SAP NetWeaver 애플리케이션 서버와 통합합니다.

PhpStorm 맥 버전
최신(2018.2.1) 전문 PHP 통합 개발 도구
