9

        return new JSONObject(response.body().string()).getString("access_token");
    }
 
    public static void main(String[] args) {
        EventQueue.invokeLater(() -> {
            try {
                TranslationGUI window = new TranslationGUI();
                window.frame.setVisible(true);
            } catch (Exception e) {
                e.printStackTrace();
            }
        });
    }
}
posted @ 2024-11-18 22:36  不如喝点  阅读(4)  评论(0)    收藏  举报