ここではJavaのバイトコード操作ライブラリ、Javassistとjava.lang.instrumentのpremainの仕組みを使用して、Javaアプリケーションにフックを設置する方法を、サンプルを交えながら解説します。 もっと短く言うと、Javaアプリに追加の処理を差し込んでみよう!
// JLabel = a GUI display area for a string of text, an image or both. label.setHorizontalTextPosition(JLabel.CENTER); // set text CENTER, LEFT or BOTTOM of the image ...
We will make a JLabel to add to our GUI window using windows command prompt.