Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是java编程新手。我正在尝试创建一个在 HTML 页面中运行的 java 小程序,它将通过浏览您的目录从您的计算机中选择任何图像。到目前为止,我能够通过在代码本身中指定图像的路径来在小程序中显示图像。我想让它在自然界中充满活力。`
您需要将 JFileChooser 添加到您的小程序中,并在选择文件(图像文件)后创建一个新的 BufferedImage 以显示在您的小程序中。