ejb-modeler-layout.xml~13~

来自「这是一个用EJB编写的购物车程序」· XML~13~ 代码 · 共 43 行

XML~13~
43
字号
<?xml version="1.0" encoding="UTF-8"?>
<layout>
  <view>
    <name>Default</name>
    <ejb>
      <name>customer</name>
      <x>25</x>
      <y>25</y>
      <width>148</width>
      <height>204</height>
    </ejb>
    <ejb>
      <name>product</name>
      <x>223</x>
      <y>25</y>
      <width>148</width>
      <height>258</height>
    </ejb>
    <ejb>
      <name>Order</name>
      <x>421</x>
      <y>25</y>
      <width>148</width>
      <height>258</height>
    </ejb>
    <ejb>
      <name>OrderDetail</name>
      <x>599</x>
      <y>15</y>
      <width>148</width>
      <height>240</height>
    </ejb>
    <ejb>
      <name>Cart</name>
      <x>25</x>
      <y>279</y>
      <width>142</width>
      <height>163</height>
    </ejb>
  </view>
</layout>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?