GWT的Twitter引导程序不起作用

GWT的Twitter引导程序不起作用,gwt,twitter-bootstrap,Gwt,Twitter Bootstrap,我正在尝试将Twitter引导用于GWT,并获得与showcase相同的漂亮视图,以下是我所做的: 1-从下载模块 2-在pom.xml中运行包任务 3-将创建的jar包含在我的项目类路径中 4-继承了my project.gwt.xml文件中的模块 <inherits name="com.github.nyao.bootstrap4gwt.Bootstrap"/> 5-将模块包含在我的根xml中 <ui:UiBinder xmlns:ui='urn:ui:com.goo

我正在尝试将Twitter引导用于GWT,并获得与showcase相同的漂亮视图,以下是我所做的:

1-从下载模块

2-在pom.xml中运行包任务

3-将创建的jar包含在我的项目类路径中

4-继承了my project.gwt.xml文件中的模块

<inherits name="com.github.nyao.bootstrap4gwt.Bootstrap"/>

5-将模块包含在我的根xml中

<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
             xmlns:g='urn:import:com.google.gwt.user.client.ui'
             xmlns:m='urn:import:com.clouway.exreport.client.accountcreation.view'
             xmlns:t='urn:import:com.github.nyao.bootstrap4gwt.client.ui'
        >

  <ui:style src="newRegistrationStyle.css"/>
  <g:HTMLPanel addStyleDependentNames="{style.mainPanel}">
    <div class="{style.headdistance}"/>
    <div class="{style.container}">

      <g:DecoratorPanel addStyleDependentNames="{style.decoratorPanel}">

        <g:VerticalPanel addStyleDependentNames="{style.verticalPanel}}">

          <m:AccountEditor ui:field="accountEditor"/>

          <!--<g:Button ui:field="create" text="create"/>-->
         <t:Button type="Success"   text="sing in"/>
          <g:Label ui:field="errorsLabel"/>
...

</ui:UiBinder> 

...
但什么也没发生。我有正常的文本框和正常的按钮


我看了一看教程,这是非常好的,这家伙得到了正确的东西,他的应用程序有非常好的外观。我看了他的代码,但没有找到任何原因,为什么我的外观仍然正常,他得到了很好的看法。提前感谢您的帮助

不要使用bootstrap4gwt,而是尝试使用比前者更好、组件更多的bootstrap4gwt。论坛在gwtbootstrap中也非常活跃。

此外,bootstrap4gwt团队现在正在gwtbootstrap中与我们合作。如果您有任何问题或发现任何bug,请告知我们。干杯