我正在创建一个 Medical Shop Billing 软件,其中有三个JFrames我需要setVisible(false)单击 a JMenuItem。但是每次我编译时都会显示错误
JFrame f is accessed from within inner class; needs to be declared final
谁能帮我解决这个问题?
我正在创建一个 Medical Shop Billing 软件,其中有三个JFrames我需要setVisible(false)单击 a JMenuItem。但是每次我编译时都会显示错误
JFrame f is accessed from within inner class; needs to be declared final
谁能帮我解决这个问题?