我有一个关于将 actionListener 用于 TitledBorder 标题的问题:
borderPanel1 = BorderFactory.createTitledBorder(
BorderFactory.createEtchedBorder(EtchedBorder.LOWERED),
MainFrame.windowTitle);
我的最终目标是能够按边框的标题来更改面板的标题。我怎样才能在这个边框的标题中添加某种 Listener?