yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Refactored MainFrame example application to be more clearly arranged. #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This issue is an enhancement of JCEF - STEP 2  (patch 15 of 15) 
---------------------------------------------------------------
Please see issue 55 for the overall plan.

Purpose: Refactored MainFrame example application to be more clearly arranged.

This patch relies on the attached patch file of issue #72. 
If you want to try these code changes, add the patch of issue #72 first and 
afterwards add the patch file attached to this issue. Otherwise you'll get some 
patch-errors.

This patch divides the example application MainFrame into several new java 
classes
and reduces the code within MainFrame to a minimum. The intention of this change
is to make it more clear how to use JCEF and to concentrate on the important 
steps
of how to use JCEF.

Additionally some comments are added to MainFrame to assist you more in the 
usage 
of JCEF. 

Original issue reported on code.google.com by k...@censhare.de on 21 Mar 2014 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 28 Mar 2014 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 28 Mar 2014 at 1:18

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 28 Mar 2014 at 1:55

GoogleCodeExporter commented 9 years ago
This is an updated patch file for this issue due there have been several 
changes within r40.

This patch is now divided into four parts.
-> Part 1: The class MainFrame is moved from package "tests" to package 
"tests.detailed"
-> Part 2: The class MainFrame is split into several classes. The new classes 
are located in the packages 
    - tests.detailed.dialog
    - tests.detailed.handler
    - tests.detailed.ui

-> Part 3: I've added a new example application to the package tests.simple 
which is reduced to a minimum.
This should make it easier to start working with JCEF.

-> Part 3 - Wiki: This is an update for the wiki page which describes how to 
start the simple or the detailed application.

This patch relies on the attached patch file of issue #72.

Original comment by k...@censhare.de on 17 Apr 2014 at 7:57

Attachments:

GoogleCodeExporter commented 9 years ago
Added in revision 56 (part 1), revision 57 (part 2) and revision 58 (part 3).

Original comment by magreenb...@gmail.com on 29 Apr 2014 at 10:12