- Difference Clouds Coloring with erasure and coloring
- Smudging a blurred layer of the text and coloring three times
But this tutorial is different in that they use actual flame brushes to make it look so realistic, you would almost think...
import java.io.*;
import java.net.*;
import java.awt.*;
import java.util.StringTokenizer;
import javax.swing.*;
import javax.swing.border.*;
public class ClassName extends JFrame {
static Container c;
static JFrame x;
static Int Config_Width;
static Int Config_Height;
static Int WindowX;
static Int WindowY;
public static void main(String[] args) throws IOException {
x = new ClassName();
x.setSize(config_width, config_height);
x.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
x.setResizable(false);
x.setAlwaysOnTop(true);
x.setVisible(true);
x.setLocation(windowX, windowY);
}
}
So I got a JFrame app the other day for a plugin on a program. I found out how to change variable values in a text file without a recompile of the java class. Here it is (I did not include the preliminary java declarations/import classes, but they must also be included as usual).
Static int varName = Integer.parseInt(readData("config.txt", "WindowWidth"));
WindowWidth = 205
After compiling the java file (cmd "javac app.java"), you will be able to change the initial value of varName by changing the value of WindowWidth in the text file. It works great!!