Java-JFrame Development Summary and java-jframe Summary
Java-JFrame Development Summary
Under the CS framework, you can use java code to develop the JFrame pop-up window function, which is similar to programs installed on computers such as QQ logon, common knowledge points for C client development in CS through java are as follows:
I. First, we need to use the visual plug-in windowbuilder to develop JFrame through eclipse. For detailed development steps, see the blog:
Http://www.cnblogs.com/lsy-blogs/p/7717036.html
2. If you need to beautify the JFrame display, you should refer to the JFrame beautification development at the early stage of development. The features are the same, but the JFrame display is beautified, for detailed development steps, see the blog:
Http://www.cnblogs.com/lsy-blogs/p/7717322.html
3. If you need to nest a browser in C, that is, the client, to access the BS project, you can nest a browser in the form in C, that is, the client. For detailed development steps, see the blog:
Http://www.cnblogs.com/lsy-blogs/p/7700564.html
4. After the java-developed C client project is completed, you need to make the project into an exe program. For detailed development steps, see the blog:
Http://www.cnblogs.com/lsy-blogs/p/7668425.html
To sum up, the development of JFrame through java mainly includes: Rapid Development of JFrame forms and beautification through the windowbuilder plug-in, and then the operation can be completed by making the java project into an exe format program;